[Asterisk-Users] using a billing system

Joao Pereira joao.pereira at fccn.pt
Fri May 26 06:01:17 MST 2006


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 => _2XXXXXXXX,5,Hangup

I tried it and the call is answered bu Asterisk and never dials the 
destination. :(
What do I need to put in the Asterisk configuration in order to make the 
call and start the billing engine?
Thanks
Regards
Joao Pereira





More information about the asterisk-users mailing list