DisableCallBarring: 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 |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit |
m (added Category:SUPPLEMENTARY SERVICES using HotCat) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command | This command disables all call barring for the specified GSM port | ||
'''COMMAND''' | '''COMMAND''' | ||
Line 8: | Line 8: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |'''DisableCallBarring''' | ||
|PortIndex | |PortIndex | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT'''<br>None | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
~# DisableCallBarring 1 | |||
OK | |||
</syntaxhighlight> | |||
[[Category:R2D2]] | |||
[[Category:SUPPLEMENTARY SERVICES]] | |||
[[Category: | |||
[[Category: |
Latest revision as of 22:08, 1 April 2025
This command disables all call barring for the specified GSM port
COMMAND
Command | Line Arguments | Returns |
---|---|---|
DisableCallBarring | PortIndex | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# DisableCallBarring 1
OK