WaitRegistration: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command allows to wait until VoLTE registration is done. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''WaitVolteRegistration''' |PortIndex,TimeoutVolteMode |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# WaitVolteRegistration 0 180 OK </syntaxhighlight> Category:VOLTE Category:R2D2")
Tag: 2017 source edit
 
No edit summary
 
(4 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 7: Line 7:
!Returns
!Returns
|-
|-
|'''WaitVolteRegistration'''
|'''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>


[[Category:VOLTE]]
[[Category:NETWORK]]
[[Category:R2D2]]
[[Category:R2D2]]

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