Hi, I'm running a php script to generate calls using Asterisk Manager and its working fine. this script call a specified land line number if the phone is answered then It will connect to an extension and play an IVR. But I see in Asterisk CLI its placing the call and it shows channel answered but I don't receive call on my land line and it starts playing the IVR. Please guide me how to solve the problem. thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070424/9b899d0d/attachment.htm
To help me understand the problem, let me see if i have the environment straight. How are you connecting to the PSTN (to call your land line) FXO? VoIP Service Provider? How do you know Asterisk CLI is placing the call (are you watching the console?). If you are watching the console try and boost the debug / verbose settings and see if any extra information is provided. It sounds like (from your description) the script is working find from asterisk's point of view, but whatever sip/aix/whatever endpoing you are connecting to is failing to place the call to the land line. I'll need more information to help further. On 4/24/07, Arun Kumar <arunvoip@gmail.com> wrote:> > Hi, > > I'm running a php script to generate calls using Asterisk Manager and its > working fine. this script call a specified land line number if the phone is > answered then It will connect to an extension and play an IVR. But I see in > Asterisk CLI its placing the call and it shows channel answered but I don't > receive call on my land line and it starts playing the IVR. Please guide me > how to solve the problem. > > thanks > > arun > > _______________________________________________ > --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 > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070424/4c8c4332/attachment.htm
What does your CLI output look like? What technology are you using to make the call? Does the call actually get made but the audio plays early? Some things like analog FXO cards will report answer as soon as the call is made even if not actually answered. I have also seen this with some VoIP providers. Thanks, Steve Totaro http://www.asteriskhelpdesk.com KB3OPB _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Arun Kumar Sent: Tuesday, April 24, 2007 12:24 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Call Connection Problem Hi, I'm running a php script to generate calls using Asterisk Manager and its working fine. this script call a specified land line number if the phone is answered then It will connect to an extension and play an IVR. But I see in Asterisk CLI its placing the call and it shows channel answered but I don't receive call on my land line and it starts playing the IVR. Please guide me how to solve the problem. thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070425/b5e0039d/attachment.htm