Hi
I have a dialplan in which i wish to pass DTMF after HEARING THE VOICE.
Please Help.
Here is what i have
exten => 1234,1,Dial(SIP/18003454570@myprovider,15,r)
exten => 1234,n,WaitExten(1)
exten => 1234,n,SendDTMF(84177647324723)
exten => 1234,n,WaitExten(1)
exten => 1234,n,SendDTMF(123456789)
But it doent proceed From Dial(SIP/18003454570@myprovider,15,r) to WaitExten(1)
I need to make sure i hear a voice before passing dtmf
and this needs to happen 2 times.
Please Help.
Solve this and get $25 in your paypal A/C
Thanks a bunch for reply…
Tried your steps still didn’t work…
Today evening my buddy is coming HE is a VOIP Guru…
I’ll take his suggestion. if you have another step to follow plz post it
I assume you are doing the Dial() once you have a call up to bridge two channels together, is that correct? If asterisk is bridging the call it won’t fall through until after the call ends…