DisableCallBarring: Difference between revisions

From Opale Wiki
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
 
No edit summary
Line 1: Line 1:


This command allows to accept an incoming call once presented on the specified port.
This command disables all call barring for the specified GSM port


'''COMMAND'''
'''COMMAND'''
Line 8: Line 8:
!Returns
!Returns
|-
|-
|AcceptCall
|'''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
Command status: <br>
"%s\n", status (CONNECTED or NO INCOMING CALL)


'''EXAMPLE''' <syntaxhighlight lang="text">
'''EXAMPLE''' <syntaxhighlight lang="text">
 
~# DisableCallBarring 1
~# AcceptCall 0<br>
OK
CONNECTED<br>
 
~# AcceptCall 2<br>
NO INCOMING CALL
 
</syntaxhighlight>
</syntaxhighlight>
[[Category:SMS|R2D2]]
[[Category:SMS|R2D2]]
[[Category:Voice|R2D2]]
[[Category:Voice|R2D2]]
[[Category:CDR|R2D2]]
[[Category:CDR|R2D2]]

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