forked from newfies-dialer/newfies-dialer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: primary maintainer of this project
- Loading branch information
Showing
264 changed files
with
320 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
// | ||
|
@@ -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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
- | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
-- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.