GetCallBarringStatus: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command writes to the standard output the call barring status. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallBarringStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' GSM port barring call information in the following format: "%s\n%s\n%s\n", voice_facility, data_facility, fax_facility '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallBarringStatus 0 BAOC NONE BAIC </syntaxhighlight>")
 
m (added Category:R2D2 using HotCat)
Line 23: Line 23:
BAIC
BAIC
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:15, 1 April 2025

This command writes to the standard output the call barring status.

COMMAND

Command Line Arguments Returns
GetCallBarringStatus PortIndex Error Code in case of error.

OUTPUT

GSM port barring call information in the following format:

"%s\n%s\n%s\n", voice_facility, data_facility, fax_facility

EXAMPLE

~# GetCallBarringStatus 0
BAOC
NONE
BAIC