[asterisk-users] how to send dtmf after pause ?
Sean Darcy
seandarcy2 at gmail.com
Fri Jun 7 10:51:58 CDT 2013
I'm trying to call a conference service, wait 10 seconds, then send the
passcode.
I've tried ww:
Dial(SIP/18005551212ww12345#@sip.com,60,r)
The sip channel didn't like that. Added 'p' , still no help.
I tried D:
Dial(SIP/18005551212 at sip.com,60,rD(12345#)
The dtmf is sent too soon. I tried inserting 'ww' but that was just sent.
I tried G:
exten => 234.1.Dial(SIP/18005551212 at sip.com,60,rG(next))
same=>n(next),Wait(10)
same=>n,SendDTMF(12345#)
but that didn't work at all,
This is a common use case. There must be some simple answer I'm missing.
Thanks for any help.
sean
More information about the asterisk-users
mailing list