ClearCallForwarding: Difference between revisions
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:SUPPLEMENTARY SERVICES using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
~# ClearCallForwarding 1 NO_REPLY VOICE | ~# ClearCallForwarding 1 NO_REPLY VOICE | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:SUPPLEMENTARY SERVICES]] |
Latest 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