SendDTMF()
SendDTMF(digits
[,timeout_ms
])
0
-9
, *
, #
and A
-D
. Additionally w
is allowed;
it indicates a pause of 500 ms. The argument
timeout_ms
sets the pause in
milliseconds between tones. If not specified, defaults to 250
ms.exten => 123,1,SendDTMF(123w456w789,200)
-= Info about application 'SendDTMF' =- [Synopsis] Sends arbitrary DTMF digits [Description] SendDTMF(digits[|timeout_ms]): Sends DTMF digits on a channel. Accepted digits: 0-9, *#abcd, w (.5s pause) The application will either pass the assigned digits or terminate if it encounters an error.
- none -
Read()
”