Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread Salaheddine Elharit
hi yes if imake an extension-to-extension call, i can send DTMF, Both ways yes in my case i don't need a Hardware SIP phone or a software SIP phones i have just a number 05xx600 when the customer call this number i stor his number in my database and i call him later if he press 1

Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread isrlgb
Are you using a mp3 file? I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback -Original Message- From: Salaheddine Elharit salah.elharit...@gmail.com Sender: asterisk-users-bounces@lists.digium.comDate: Fri, 29 Nov 2013 08:05:16

Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread Mitul Limbani
Try following in chan_dahdi immediate = yes echocancel = no dtmfmode = auto Mitul On Nov 29, 2013 1:42 PM, isr...@gmail.com wrote: Are you using a mp3 file? I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback -Original Message-

Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread A J Stiles
On Thursday 28 November 2013, Salaheddine Elharit wrote: hi i follow your dialplan but the issue still the same ican't stop the speech and go to another context any other idea please best regards . Well, the Background() application should definitely allow you to interrupt a sound

Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread Salaheddine Elharit
hello i add the following in chan_dahdi and the issue has been solved thanks a lot for your help and support now ican stop the speech and go to my context i really appreciate your help and support 2013/11/29 Mitul Limbani mi...@enterux.in Try following in chan_dahdi immediate = yes

[asterisk-users] Fwd: issue with speech in IVR

2013-11-29 Thread Salaheddine Elharit
hello i add the following in chan_dahdi and the issue has been solved thanks a lot for your help and support now ican stop the speech and go to my context i really appreciate your help and support immediate = yes echocancel = no dtmfmode = auto -- Forwarded message -- From:

Re: [asterisk-users] issue with speech in IVR

2013-11-29 Thread Mitul Limbani
Sounds cool, I suspected the echo cancel situation, these are usually issue even for FAX communication on dahdi. Mitul On Friday, November 29, 2013, Salaheddine Elharit wrote: hello i add the following in chan_dahdi and the issue has been solved thanks a lot for your help and support now

[asterisk-users] Answering agent

2013-11-29 Thread Leandro Dardini
Hello friends, when a call arrives in the queue, a CDR record is created, but there is no info about which agent has picked up the call. I can find that info only in queue_log. Is there a way to have that info in the CDR or maybe in a variable in the h context, when the call is ended? Leandro --

Re: [asterisk-users] Answering agent

2013-11-29 Thread Todd R .
I do this by writing custom CDR. I write the agents extension write into the CDR records. This makes is easy to just parse through the CDR and get all the info you need about the call. Google something like asterisk custom CDR On Nov 29, 2013, at 11:36 AM, Leandro Dardini

[asterisk-users] AGI Script not working

2013-11-29 Thread Gopalakrishnan N
I have a Perl AGI script updating some values to database like recorded file path, unique ID and callerid. When I run the script with test dialplan, its not updating to database. Whereas database connection is fine, when I run agi debug I see only Tx packets not Rx packets, firewall is also OFF.