SetCallWaiting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetCallWaiting''' |PortIndex, Call Waiting flag |Error Code in case of error. |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetCallWaiting 0 ENABLE ENABLED ~# SetCallWaiting 0 DIS...") |
m (added Category:SUPPLEMENTARY SERVICES using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 24: | Line 24: | ||
DISABLED | DISABLED | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:SUPPLEMENTARY SERVICES]] |
Latest revision as of 22:19, 1 April 2025
This command enables or disables call waiting supplementary service for the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SetCallWaiting | PortIndex, Call Waiting flag | Error Code in case of error. |
OUTPUT
GSM port callwaiting status in the following format:
"%s\n", callwaiting_status
EXAMPLE
~# SetCallWaiting 0 ENABLE
ENABLED
~# SetCallWaiting 0 DISABLE
DISABLED