[asterisk-users] Question on DeadAGI
Nhadie Ramos
nhadie.ramos at yahoo.com
Fri Jun 6 18:25:37 CDT 2008
Hi,
How can i get the deadAGI to work at this scenario
Basically when someonc calls international, i will get the remaining balance using AGI get-available.php.
but after the call i would like to get the usage by calling get-usage.php so i can update users balance, but looking at the debug it seems the AGI was not called. is there som
exten => _00.,1,AGI(get-available.php)
exten => _00.,n,GotoIf($["${CALLSTATUS}" = "1"]?70)
exten => _00.,n,GotoIf($["${CALLSTATUS}" = "2"]?80)
exten => _00.,70,Dial(SIP/${EXTEN}@sb-trunk)
exten => _00.,n,Hangup
exten => _00.,n,DEADAGI(get-usage.php)
exten => _00.,80,Busy
exten => _00.,n,Hangup
Regards,
Nhadie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080606/111abd18/attachment.htm
More information about the asterisk-users
mailing list