SendDtmf

From Ultiroam User Docs
Revision as of 17:36, 26 March 2025 by Administrator (talk | contribs) (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 "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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