CheckCallForwarding: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command checks 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 check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckCallForwarding''' |PortIndex, Forward condition, [...") |
m (added Category:R2D2 using HotCat) |
||
Line 26: | Line 26: | ||
NOT ACTIVE | NOT ACTIVE | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
Revision as of 22:00, 1 April 2025
This command checks 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 check for ALL.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
CheckCallForwarding | PortIndex, Forward condition, [ Call class ] | Call Forwarding status, Forward number |
OUTPUT
GSM port call forwarding status in the following format:
"%s %s\n", status, number
EXAMPLE
~# CheckCallForwarding 0 UNCONDITIONAL ALL
ACTIVE 06983981244
~# CheckCallForwarding 1 NO_REPLY VOICE
NOT ACTIVE