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