Skip to content

Commit

Permalink
Add License in header
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Feb 21, 2012
1 parent 59d3140 commit 8ee2b5d
Show file tree
Hide file tree
Showing 72 changed files with 966 additions and 6 deletions.
1 change: 1 addition & 0 deletions install/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

#
# To download and run the script on your server :
# cd /usr/src/ ; rm install-all.sh ; wget --no-check-certificate https://raw.github.com/Star2Billing/newfies-dialer/master/install/install-all.sh ; chmod +x install-all.sh ; ./install-all.sh
Expand Down
1 change: 1 addition & 0 deletions install/install-freeswitch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

#
# To download and run the script on your server :
# wget --no-check-certificate https://raw.github.com/Star2Billing/newfies-dialer/master/install/freeswitch/install-freeswitch.sh
Expand Down
1 change: 1 addition & 0 deletions install/install-newfies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

#
# To download and run the script on your server :
#
Expand Down
14 changes: 14 additions & 0 deletions newfies/api/resources.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

try:
import cStringIO as StringIO
except ImportError:
Expand Down
13 changes: 13 additions & 0 deletions newfies/common_functions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#
from random import choice
import calendar
import string
Expand Down
13 changes: 13 additions & 0 deletions newfies/context_processors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#
import newfies

def newfies_version(request):
Expand Down
14 changes: 14 additions & 0 deletions newfies/custom_admin_tools/dashboard.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

"""This file was generated with the customdashboard management command, it
contains the two classes for the main dashboard and app index dashboard.
You can customize these classes as you want.
Expand Down
14 changes: 14 additions & 0 deletions newfies/custom_admin_tools/menu.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

"""This file was generated with the custommenu management command, it contains
the classes for the admin menu, you can customize this class as you want.
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.contrib import admin
from django.contrib import messages
from django.conf.urls.defaults import *
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/dialer_campaign_custom_spamlib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from dialer_campaign.models import *
from dilla import spam
import string
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/forms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.contrib.auth.models import User
from django import forms
from django.forms.util import ErrorList
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/function_def.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from dialer_campaign.models import Phonebook, Campaign, Contact, CAMPAIGN_STATUS, CAMPAIGN_STATUS_COLOR
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/management/commands/create_contact.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from optparse import make_option
from django.core.management.base import BaseCommand, CommandError
from django.utils.translation import ugettext as _
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/management/commands/create_subscriber.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from optparse import make_option
from django.core.management.base import BaseCommand, CommandError
from django.utils.translation import ugettext as _
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.core.urlresolvers import reverse
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/tasks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from celery.task import Task, PeriodicTask
from dialer_campaign.models import Campaign, CampaignSubscriber
from dialer_campaign.function_def import user_dialer_setting
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.conf.urls.defaults import *
from django.conf import settings
from dialer_campaign.views import *
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_campaign/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

# Create your views here.
from django.contrib.auth.models import User
from django.contrib.auth import authenticate, login, logout
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.contrib import admin
from django.contrib.admin.options import IncorrectLookupParameters
from django.contrib.admin.views.main import ERROR_FLAG
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/dialer_cdr_custom_spamlib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django.contrib.auth.models import User
from dialer_cdr.models import *
from dilla import spam
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/forms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from django import forms
from django.forms import *
from django.contrib import *
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/function_def.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from dialer_cdr.models import *
from datetime import *
from random import *
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

import types
from django.db import models
from django.utils import simplejson as json
Expand Down
14 changes: 14 additions & 0 deletions newfies/dialer_cdr/management/commands/create_callrequest_cdr.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#
# Newfies-Dialer License
# http://www.newfies-dialer.org
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (C) 2011-2012 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# Arezqui Belaid <[email protected]>
#

from optparse import make_option
from django.core.management.base import BaseCommand, CommandError
from django.utils.translation import ugettext_lazy as _
Expand Down
Loading

0 comments on commit 8ee2b5d

Please sign in to comment.