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,[options]]]])
Arguments
digits
- List of digits 0-9,*#,a-d,A-D to send also w for a half second pause, W for a one 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 playedoptions
a
- Answer the channel specified by thechannel
parameter if it is not already up. If nochannel
parameter is provided, the current channel will be answered.
See Also
Import Version
This documentation was imported from Asterisk Version GIT-18-7196eb5