GsmRoutePrint: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM")
Tag: 2017 source edit
 
No edit summary
Line 1: Line 1:
This command suppresses pin code lock on the SIM.
This command writes to the standard output the list of all active SIP to GsM port routes.
 




Line 8: Line 9:
!Returns
!Returns
|-
|-
|'''DisablePinLock'''
|'''GsmRoutePrint'''
|Port index, PINCode
|None
|[[R2D2 Error Codes|Error Code]] in case of error.
|List of active Sip to GSM port routes
|}
|}
'''OUTPUT'''  
'''OUTPUT'''  


None
List all active SIP to GSM port routes.


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
~# DisablePinLock 0 "1234"
~# GsmRoutePrint
OK
10.2.5.125 ANY
10.2.5.125 1
</syntaxhighlight>
</syntaxhighlight>


[[Category:R2D2]]
[[Category:R2D2]]
[[Category:SIM]]
[[Category:SIM]]

Revision as of 10:12, 2 April 2025

This command writes to the standard output the list of all active SIP to GsM port routes.


COMMAND

Command Line Arguments Returns
GsmRoutePrint None List of active Sip to GSM port routes

OUTPUT

List all active SIP to GSM port routes.

EXAMPLE

~# GsmRoutePrint
10.2.5.125 ANY
10.2.5.125 1