WaitRegistration: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command allows to wait until VoLTE registration is done.
This command allows to wait until Network registration is done.


'''COMMAND'''
'''COMMAND'''
Line 8: Line 8:
|-
|-
|'''WaitRegistration'''
|'''WaitRegistration'''
|PortIndex,TimeoutVolteMode
|PortIndex [Timeout]
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
Line 17: Line 17:


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
~# WaitVolteRegistration 0 180
~# WaitRegistration 0 180
OK
OK
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 21:40, 3 November 2025

This command allows to wait until Network registration is done.

COMMAND

Command Line Arguments Returns
WaitRegistration PortIndex [Timeout] Error Code in case of error.

OUTPUT

Command status


EXAMPLE

~# WaitRegistration 0 180
OK