EnableCallBarring: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command enables call barring for the specified GSM port, under the specified lock type and for optional specified call class. Lock type could be BAOC, BOIC, BOIC_EX, BAIC or BIC_RO. Call class could be VOICE, DATA, FAX, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnableCallBarring''' |PortIndex, Lock type, [class] |Error Code in cas...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
OK
OK
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SUPPLEMENTARY SERVICES]]

Latest revision as of 22:12, 1 April 2025

This command enables call barring for the specified GSM port, under the specified lock type and for optional specified call class.

Lock type could be BAOC, BOIC, BOIC_EX, BAIC or BIC_RO. Call class could be VOICE, DATA, FAX, ALL_CALLS or ALL.

If call class is omitted call forwarding will be set for ALL.

COMMAND

Command Line Arguments Returns
EnableCallBarring PortIndex, Lock type, [class] Error Code in case of error.

OUTPUT

None

EXAMPLE

~# EnableCallBarring 0 BAIC
OK

~# EnableCallBarring 1 BOIC_EX VOICE
OK