PlaceCall: Difference between revisions

From Ultiroam User Docs
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 |- |PlaceCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# PlaceCall 0 0612345678<br> </syntaxhighlight> Category:Voice")
Tag: 2017 source edit
 
No edit summary
Line 9: Line 9:
|-
|-
|PlaceCall
|PlaceCall
|PortIndex  
|PortIndex, Destination number
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}


'''OUTPUT'''
'''OUTPUT'''
Command status: <br>
 
"%s\n", status (CONNECTED or NO INCOMING CALL)
None<br>


'''EXAMPLE''' <syntaxhighlight lang="text">
'''EXAMPLE''' <syntaxhighlight lang="text">


~# PlaceCall 0 0612345678<br>
~# PlaceCall 0 0612345678


</syntaxhighlight>
</syntaxhighlight>
[[Category:Voice]]
[[Category:Voice]]

Revision as of 17:09, 26 March 2025

This command allows to accept an incoming call once presented on the specified port.

COMMAND

Command Line Arguments Returns
PlaceCall PortIndex, Destination number Error Code in case of error.

OUTPUT

None

EXAMPLE

~# PlaceCall 0 0612345678