WaitVolteRegistration: 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>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
|-
|-
|'''WaitVolteRegistration'''
|'''WaitVolteRegistration'''
|PortIndex,TimeoutVolteMode
|PortIndex [Timeout]
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
Line 20: Line 20:
OK
OK
</syntaxhighlight>
</syntaxhighlight>
[[Category:VOLTE]]
[[Category:R2D2]]

Latest revision as of 21:41, 3 November 2025

This command allows to wait until VoLTE registration is done.

COMMAND

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

OUTPUT

Command status


EXAMPLE

~# WaitVolteRegistration 0 180
OK