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/[EMAIL PROTECTED])

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


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to