Re: [Asterisk-Users] using a billing system

2006-05-30 Thread Joao Pereira
yes, a2billing.php is in agi-bin: [EMAIL PROTECTED] locate a2billing.php /usr/src/a2billing/Chameleon/A2Billing_AGI/a2billing.php /var/lib/asterisk/agi-bin/a2billing.php Could be because of the missing pcntl php extension? [EMAIL PROTECTED] rpm -qa | grep php php-mysql-4.3.9-3 php-ldap-4.3.9-3

Re: [Asterisk-Users] using a billing system

2006-05-30 Thread Joao Pereira
I already installed pcntl but the billing isnt workin. I followed the Asterisk2Billing wiki and putted this line in the end of sip.conf: #include additional_a2billing_sip.conf but when I dial, Asterisk answers 407 Proxy Authentication Required If I do comment the line in sip.conf ( ;

Re: [Asterisk-Users] using a billing system

2006-05-30 Thread Joao Pereira
I think Asterisk2Billing is trying to play some audio file to make the callers put a PIN number. But can I use it without the PIN, and configure Asterisk2billing to check the database to see if the user exists? Thanks Joao Pereira Vahan Yerkanian wrote: Greetings, pcntl is a required

RE: [Asterisk-Users] using a billing system

2006-05-30 Thread William Piper
://forum.asterisk2billing.org/ for more help. bp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Pereira Sent: Tuesday, May 30, 2006 2:06 PM To: Asterisk Users Mailing List - Non-Commercial Discussion; [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] using

Re: [Asterisk-Users] using a billing system

2006-05-30 Thread Joao Pereira
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Pereira Sent: Tuesday, May 30, 2006 2:06 PM To: Asterisk Users Mailing List - Non-Commercial Discussion; [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] using a billing system yes, a2billing.php is in agi-bin

RE: [Asterisk-Users] using a billing system

2006-05-30 Thread William Piper
@lists.digium.com Subject: Re: [Asterisk-Users] using a billing system Its almost done but now Im failing to authenticate with my Telco's gateway, because the registration information is in sip.conf: [my-telco] type=friend host=mytelco.com disallow=all allow=ulaw allow

Re: [Asterisk-Users] using a billing system

2006-05-27 Thread Olivier Krief
exten = _2,1,Answerexten = _2,2,Wait,2exten = _2,3,DeadAGI, a2billing.phpexten = _2,4,Wait,2exten = _2,5,HangupI tried it and the call is answered bu Asterisk and never dials thedestination. :(I'm far from being an expert but which line among those above

Re: [Asterisk-Users] using a billing system

2006-05-27 Thread Vahan Yerkanian
exten = _2,1,Answer exten = _2,2,Wait,2 exten = _2,3,DeadAGI, a2billing.php exten = _2,4,Wait,2 exten = _2,5,Hangup I tried it and the call is answered bu Asterisk and never dials the destination. :( Yes that's the correct way

[Asterisk-Users] using a billing system

2006-05-26 Thread Joao Pereira
Hello to all, Im trying to use DeadAGI to implement billing with Asterisk2Billing. Before the billing, I had something like: exten = _2,1,Dial(SIP/[EMAIL PROTECTED]) Now, with Asterisk2Billing would be something like this? exten = _2,1,Answer exten = _2,2,Wait,2 exten