DisableCallForwarding: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command disables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be disabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class...")
 
m (added Category:R2D2 using HotCat)
Line 22: Line 22:
~# DisableCallForwarding 1 NO_REPLY VOICE
~# DisableCallForwarding 1 NO_REPLY VOICE
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:10, 1 April 2025

This command disables call forwarding for the specified GSM port, under specified conditions, for optional specified call class.

Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be disabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command.

COMMAND

Command Line Arguments Returns
DisableCallForwarding PortIndex, Forward condition, [Call class] Error Code in case of error.

OUTPUT

None

EXAMPLE

~# DisableCallForwarding 0 UNCONDITIONAL ALL

~# DisableCallForwarding 1 NO_REPLY VOICE