ClearCallForwarding: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ClearCallForwarding''' |PortIndex, Forward condition, [ Call class ] |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ClearCallForwarding 0 UNCONDITIONAL ALL ~# ClearCallForwarding 1...")
 
m (added Category:R2D2 using HotCat)
Line 20: Line 20:
~# ClearCallForwarding 1 NO_REPLY VOICE
~# ClearCallForwarding 1 NO_REPLY VOICE
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:04, 1 April 2025

This command allows to accept an incoming call once presented on the specified port.

COMMAND

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

OUTPUT Command status:

"%s\n", status (CONNECTED or NO INCOMING CALL)

EXAMPLE

~# ClearCallForwarding 0 UNCONDITIONAL ALL

~# ClearCallForwarding 1 NO_REPLY VOICE