Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Mar 19, 2024 2:15 am
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: CallBack Status : Error
PostPosted: Sun Mar 17, 2013 9:32 am 
Offline

Joined: Sun Mar 03, 2013 1:52 pm
Posts: 7
Hi guys! :D

Awesome forums!

I'm having some issues that I'm hoping people can clarify for me, and even maybe point
out problems that you see :-) Been trying to search this forum and googling, but I'm obviously missing something.

My a2b-callback-daemon is running, a2billing is picking up the callback (hanging up),
inserting the callback into the cc_callback_spool, but always ends up with ERROR when trying to call back.

I think maybe all of my contexts are wrong, as I only have 'a2billing' context througout my entire
asterisk/a2billing configuration.

Also get the same problems when using the Callback in the Customer Web UI. The callback gets inserted into cc_callback_spool, showing up in a2billing admin->callback add, but ERROR when it tries to call back.

I'm running ubuntu with asterisk 1.8 and a2billing 2.0.1.


What I'm TRYING to do, is to callback anyone who has the correct 'complete pin number' and have a CID starting with 0 and 9-10 digits, but at this stage I'd be happy just to get any callback at all.


sip.conf::

[siptrunk]
context=a2billing
[siptrunk2]
context=a2billing

extensions.conf::
[a2billing]
switch => Realtime/@
exten => ACCESSNUMBER,1,Ringing
exten => ACCESSNUMBER,2,Goto(a2billing-all-callback,${EXTEN},1)
exten => ACCESSNUMBER,3,Hangup


[a2billing-callback]
exten => _X.,1,AGI(a2billing.php,5,callback)
exten => _X.,n,Hangup

[a2billing-cid-callback]
exten => _X.,1,AGI(a2billing.php,5,cid-callback) ;last parameter is the callback area code
exten => _X.,n,Hangup

[a2billing-all-callback]
exten => _X.,1,AGI(a2billing.php,5,all-callback) ;last parameter is the callback area code
exten => _X.,n,Hangup

agi-conf5 :: (i've probably tried all different combinations in here, none with callback success)

answer_call no
cid_sanitize NO
cid_enable No
cid_askpincode_ifnot_callerid no


CALLBACK-GROUP (a2billing admin->global list->callback)::
context_callback a2billing
extensions 1000



When calling 'ACCESSNUMBER' this is what happens in the asterisk CLI:

[CALLBACK-ALL : INSERT CALLBACK REQUEST IN SPOOL : QUERY= INSERT INTO cc_callback_spool (uniqueid, status, server_ip, num_attempt, channel, exten, context, priority, variable, id_server_group, callback_time, account, callerid, timeout) VALUES ('94438-eqv8gkl', 'PENDING', 'localhost', '0', 'SIP/siptrunk/68546', '1000', 'a2billing', '1', 'IDCONF=5,CALLED=68546,MODE=ALL,CBID=94438-eqv8gkl,TARIFF=1,LEG=', '1', ADDDATE( CURRENT_TIMESTAMP, INTERVAL 10 SECOND ), '68546', '123456', '20000')]

It gets inserted into the cc_callback_spool, it shows up in a2billing admin->CALLBACK->ADD but status goes to ERROR every time.


"2013-03-17 16:12:25,317 - root - MainThread - INFO - [<callback_daemon.database.CallBack_Spool object at 0x3057650>]"
"2013-03-17 16:12:25,323 - root - MainThread - INFO - try_originate : SIP/siptrunk2/XXXXXXXXXXX : XXXXXXXXXXX : a2billing"
"2013-03-17 16:12:25,324 - root - MainThread - INFO - CallBack Status : Error"
"2013-03-17 16:12:25,328 - root - MainThread - INFO - [2013/03/17 16:12:25] Placed 6 calls"


Any suggestions are highly appreciated! A pack of beers to the one who helps me resolve this.

Thanks :D


Top
 Profile  
 
 Post subject: Re: CallBack Status : Error
PostPosted: Mon Mar 18, 2013 2:37 pm 
Offline

Joined: Sun Mar 03, 2013 1:52 pm
Posts: 7
php: /usr/share/asterisk/agi-bin/a2billing.php[949]: Undefined variable: cia_res
php: /usr/share/asterisk/agi-bin/a2billing.php[958]: Undefined variable: caller_areacode

php: /usr/share/asterisk/agi-bin/a2billing.php[972]: Undefined variable: k
php: /usr/share/asterisk/agi-bin/a2billing.php[972]: Undefined index:



Any idea where this would come from?

All help appreciated :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Auto Dialer Software


All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group