[asterisk-users] Question on DeadAGI
Lenz
lenz-ml at loway.it
Sat Jun 7 07:50:09 CDT 2008
You should use it on the hang-up extension and only after the channel is
technically dead.
It works fine for that.
l.
On Sat, 07 Jun 2008 01:25:37 +0200, Nhadie Ramos <nhadie.ramos at yahoo.com>
wrote:
> 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
>
>
>
--
Loway Research - Home of QueueMetrics
http://queuemetrics.com
More information about the asterisk-users
mailing list