Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Apr 18, 2024 3:30 am
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Incomming route not working
PostPosted: Fri Jul 13, 2007 11:27 am 
Offline

Joined: Tue Jul 10, 2007 5:31 pm
Posts: 16
I'am using A2Billing with Trixbox, I have created Sipphone trunk in FreePBX and created incomming route and forwared it as " custom-a2billing,${EXTEN},2". Also in sip conf file I have add custom file as

[custom-a2billing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,DeadAGI(a2billing.php|2)
exten => _X.,n,Hangup

I have made agi-conf2 file and change use_dnid = no but when I called to the Sipphone(Inbound route) using another sipphone softphone its ring once and after that nothing happen. I tried with Sipgate and Pennytel but the same problem exists. My A2B log gile file look like this,

[12/07/2007 11:56:43]:[file:a2billing.php - line:75]:[CallerID:]:[CN:]:[IDCONFIG : 2]
[12/07/2007 11:56:43]:[file:a2billing.php - line:76]:[CallerID:]:[CN:]:[MODE : standard]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:602]:[CallerID:danan]:[CN:]:[ get_agi_request_parameter = danan ; SIP/17476302636-08626c48 ; 1184255801.0 ; ; 17476302636]
[12/07/2007 11:56:43]:[file:a2billing.php - line:138]:[CallerID:danan]:[CN:]:[[ANSWER CALL]]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1655]:[CallerID:danan]:[CN:]:[ - Account code - ]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1799]:[CallerID:danan]:[CN:]:[Requesting DTMF, CARDNUMBER_LENGTH_MAX 15]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1801]:[CallerID:danan]:[CN:]:[RES DTMF : -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1805]:[CallerID:danan]:[CN:-1]:[CARDNUMBER ::> -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1815]:[CallerID:danan]:[CN:-1]:[PREPAID-INVALID-DIGITS]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1791]:[CallerID:danan]:[CN:-1]:[PREPAID-INVALID-DIGITS]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1799]:[CallerID:danan:[CN:-1]:[Requesting DTMF, CARDNUMBER_LENGTH_MAX 15]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1801]:[CallerID:danan]:[CN:-1]:[RES DTMF : -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1805]:[CallerID:danan]:[CN:-1]:[CARDNUMBER ::> -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1815]:[CallerID:danan]:[CN:-1]:[PREPAID-INVALID-DIGITS]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1791]:[CallerID:danan]:[CN:-1]:[PREPAID-INVALID-DIGITS]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1799]:[CallerID:danan]:[CN:-1]:[Requesting DTMF, CARDNUMBER_LENGTH_MAX 15]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1801]:[CallerID:danan]:[CN:-1]:[RES DTMF : -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1805]:[CallerID:danan]:[CN:-1]:[CARDNUMBER ::> -1]
[12/07/2007 11:56:43]:[file:Class.A2Billing.php - line:1815]:[CallerID:danan]:[CN:-1]:[PREPAID-INVALID-DIGITS]
[12/07/2007 11:56:43]:[file:a2billing.php - line:155]:[CallerID:danan]:[CN:-1]:[[TRY : callingcard_ivr_authenticate]]
[12/07/2007 11:56:43]:[file:a2billing.php - line:302]:[CallerID:danan]:[CN:-1]:[[AUTHENTICATION FAILED (cia_res:-1)]]
[12/07/2007 11:56:43]:[CallerID:danan]:[CN:-1]:[[exit]]

Using a sip freind I can access A2Blling and dial out without any problem . Last few days I have tried all the solution listed in defferent forums but no luck .Any help will be greatly appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 13, 2007 2:07 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Can you show the configuration sections of you SIP account? Do not forget to white out the usernames, passwords and the hostnames :D

What version of Asterisk are you using?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 14, 2007 4:25 am 
Offline

Joined: Tue Jul 10, 2007 5:31 pm
Posts: 16
This is my sip configuration

allow=ulaw&ilbc&gsm
canreinvite=no
context=incoming
disallow=all
dtmfmode=rfc2833
host=proxy01.sipphone.com
insecure=very
secret=*****
type=Freind
username=******

Asterisk version is 1.2.20 with Trixbox 2.2


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 14, 2007 5:45 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Try to correct the type

Code:
type=Freind


to

Code:
type=Friend


If the type correction does not work, then check if you have a context called incoming. This context will be receiving the call and it should be the place where you would call a2billing from.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 16, 2007 10:15 am 
Offline

Joined: Tue Jul 10, 2007 5:31 pm
Posts: 16
Thanks all of your's reply , I tried everything but didnt work . But I did the samething in Trixbox 2.0 and it working now.

But small problem when I called A2Billing as a outside user it says to dial the number before asking the card ID, But when I enter card ID I can make calls without a problem .Any suggestions?


Top
 Profile  
 
 Post subject: "How did you get it work?
PostPosted: Sun Aug 12, 2007 3:28 am 
Offline

Joined: Sun Aug 12, 2007 3:06 am
Posts: 1
Location: Los Angeles, CA 91792 USA
Hello Harinda, I had similar problem and is still trying to resolve the issue.
I use GIZMO and SIPNUMBER as incoming DID, I can see on the LOGS that A2Billing.conf is responding however, the calling party just hears RINGING, and A2Billing didnt seem to pick up the call.

Please help.

Thanks in advance.

W

Harinda wrote:
Thanks all of your's reply , I tried everything but didnt work . But I did the samething in Trixbox 2.0 and it working now.

But small problem when I called A2Billing as a outside user it says to dial the number before asking the card ID, But when I enter card ID I can make calls without a problem .Any suggestions?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 
Voice Broadcast System


All times are UTC


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group