Skip to content

Commit

Permalink
update: primary maintainer of this project
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Jul 4, 2014
1 parent be7c79f commit 94a8c44
Show file tree
Hide file tree
Showing 264 changed files with 320 additions and 298 deletions.
10 changes: 5 additions & 5 deletions addons/js/callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
//
// Copyright (C) 2011-2012 Star2Billing S.L.
//
// The Initial Developer of the Original Code is
// The primary maintainer of this project is
// Arezqui Belaid <[email protected]>
//

// Add <load module="mod_spidermonkey_curl"/> in spidermonkey.conf.xml
// jsrun /path/callback.js
//
//
//
//
// <extension name="callback">
// <condition field="destination_number" expression="^1111$">
// <action application="javascript" data="/path/callback.js" />
// <action application="javascript" data="/path/callback.js" />
// </condition>
// </extension>
//
Expand All @@ -41,7 +41,7 @@ country_prefix = '44'
if (session.ready()) {
session.preAnswer();
var curl = new CURL();
cidnum = session.caller_id_number;
cidnum = session.caller_id_number;
logger("caller id is " + session.caller_id_number, "info");
cidnum = country_prefix + cidnum.substring(1);
curl.run("POST", "http://serverIP:8008/api/v1/campaignsubscriber/", "contact=" + cidnum + "&last_name=callback&phonebook_id=1", my_callback, "my arg\n", "test:test");
Expand Down
2 changes: 1 addition & 1 deletion install/conf/settings_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/conf/settings_travis.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/install-freeswitch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/install-newfies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/landing-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-
- Copyright (C) 2011-2014 Star2Billing S.L.
-
- The Initial Developer of the Original Code is
- The primary maintainer of this project is
- Arezqui Belaid <[email protected]>
-
-->
Expand Down
2 changes: 1 addition & 1 deletion install/newfies-dialer-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion install/requirements/install-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion lua/callcenter_conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/dial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/constant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/dbh_fs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/dbh_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/dbhandler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/fsdebugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/fsm_callflow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/session.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/tag_replace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/libs/texttospeech.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/listener.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/newfies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/playarea/example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/playarea/example_ivr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/playarea/regex_for_range.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/scheduled_event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--
-- The Original Code is FreeSWITCH[tm] LUA event scheduler
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Bret McDanel <bret AT 0xdecafbad dot com>
--
-- Portions created by the Initial Developer are Copyright (C) 2007
Expand Down
2 changes: 1 addition & 1 deletion lua/test/database_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion lua/test/send_sms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
-- The Initial Developer of the Original Code is
-- The primary maintainer of this project is
-- Arezqui Belaid <[email protected]>
--

Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/admin_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from django.contrib.admin import SimpleListFilter
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/api_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from django.conf.urls import patterns, url
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/api_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from django.contrib.auth import authenticate
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/backup_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from django.test import TestCase
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
import django
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#

Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from django.forms import ModelForm
Expand Down
2 changes: 1 addition & 1 deletion newfies/agent/function_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Copyright (C) 2011-2014 Star2Billing S.L.
#
# The Initial Developer of the Original Code is
# The primary maintainer of this project is
# Arezqui Belaid <[email protected]>
#
from user_profile.models import Manager
Expand Down
Loading

0 comments on commit 94a8c44

Please sign in to comment.