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 :...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
Call 2 : IDLE
Call 2 : IDLE
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SUPPLEMENTARY SERVICES]]

Latest 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