Displaying 1 result from an estimated 1 matches for "a2billing_agi".
2006 May 26
3
using a billing system
Hello to all,
Im trying to use DeadAGI to implement billing with Asterisk2Billing.
Before the billing, I had something like:
exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider)
Now, with Asterisk2Billing would be something like this?
exten => _2XXXXXXXX,1,Answer
exten => _2XXXXXXXX,2,Wait,2
exten => _2XXXXXXXX,3,DeadAGI,a2billing.php
exten => _2XXXXXXXX,4,Wait,2
exten =>