Displaying 1 result from an estimated 1 matches for "dtmf_digit".
Did you mean:
dtmf_digits
2004 Mar 28
3
two-stage dialing
...ng:
1. * Dials SIP agent
2. SIP agent answer the phone and provide dial tone
3. * Sends DTMF string
4. "Bridge" channel with calling party
I thought that something like:
exten => _2XX,2,Dial_but_not_connect_(SIP/BYEXTENSION,10)
exten => _2XX,3,Wait,1
exten => _2XX,4,SendDTMF($DTMF_DIGITS)
Should do it.
Thank you,
Alex Fedorov