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
 
m (added Category:R2D2 using HotCat)
 
(2 intermediate revisions by the same user not shown)
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]]
[[Category:R2D2]]

Latest revision as of 11:28, 27 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