SendDtmf: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command plays a DTMF sequence in the existing call on the specified GSM port. Command returns as soon as the DTFM sequence is played. Maximum length for the DTMF sequence is 32. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SendDtmf |PortIndex,DTMFSequence |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", command_status (OK | ERROR) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendDtmf 0 "...")
 
m (added Category:R2D2 using HotCat)
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
OK 
OK 
</syntaxhighlight>
</syntaxhighlight>
[[Category:Voice]]
[[Category:R2D2]]

Latest revision as of 11:29, 27 March 2025

This command plays a DTMF sequence in the existing call on the specified GSM port.

Command returns as soon as the DTFM sequence is played.

Maximum length for the DTMF sequence is 32.

COMMAND

Command Line Arguments Returns
SendDtmf PortIndex,DTMFSequence Error Code in case of error.

OUTPUT

Command status:

"%s\n", command_status (OK | ERROR)

EXAMPLE

~# SendDtmf 0 "12389612"
OK