SwitchCall: Difference between revisions

From Opale Wiki
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 |- |'''SwitchCall''' |PortIndex |Call State |} '''OUTPUT''' GSM port waiting calls state in the following format: "Call 1 : %s\nCall 2: %s\n", 1stcall_state, 2ndcall_state '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SwitchCall 0 Call 1 : HELD Call 2 : CONNECTED ~# SwitchCall 1 Call 1 : HELD Call 2 :...")
 
m (added Category:R2D2 using HotCat)
Line 26: Line 26:
Call 2 : IDLE
Call 2 : IDLE
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:21, 1 April 2025

This command enables or disables call waiting supplementary service for the specified GSM port.

COMMAND

Command Line Arguments Returns
SwitchCall PortIndex Call State

OUTPUT

GSM port waiting calls state in the following format:

"Call 1 : %s\nCall 2: %s\n", 1stcall_state, 2ndcall_state

EXAMPLE

~# SwitchCall 0
Call 1 : HELD
Call 2 : CONNECTED

~# SwitchCall 1
Call 1 : HELD
Call 2 : IDLE