SendDTMF()
Synopsis
Sends arbitrary DTMF digits
Description
It will send all digits or terminate if it encounters an error.
Syntax
SendDTMF(digits[,timeout_ms[,duration_ms[,channel]]])
Arguments
digits
- List of digits 0-9,*#,a-d,A-D to send also w for a half second pause, and f or F for a flash-hook if the channel supports flash-hook.timeout_ms
- Amount of time to wait in ms between tones. (defaults to .25s)duration_ms
- Duration of each digitchannel
- Channel where digits will be played
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-10-r378689