AcceptCall: 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 !Input arguments !Returns {{:AcceptCall Synopsis}} |} == OUTPUT == Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) == EXAMPLE == ~# AcceptCall 0 CONNECTED ~# AcceptCall 2 NO INCOMING CALL {{Voice Call}}")
 
No edit summary
Tag: 2017 source edit
Line 3: Line 3:
This command allows to accept an incoming call once presented on the specified port.
This command allows to accept an incoming call once presented on the specified port.


== COMMAND ==
'''COMMAND:'''
{| class="wikitable"
{| class="wikitable"
!Command
!Command
!Input arguments
!Line Arguments
!Returns
!Returns
{{:AcceptCall Synopsis}}
|-
|AcceptCall
|PortIndex UniqueID
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
'''EXAMPLE'''


== OUTPUT ==
~# AcceptCall 0<br>
Command status:
CONNECTED<br>
 
~# AcceptCall 2<br>
"%s\n", status (CONNECTED or NO INCOMING CALL)
NO INCOMING CALL
 
== EXAMPLE ==
~# AcceptCall 0
 
CONNECTED
 
~# AcceptCall 2
 
NO INCOMING CALL {{Voice Call}}

Revision as of 16:33, 26 March 2025


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

COMMAND:

Command Line Arguments Returns
AcceptCall PortIndex UniqueID Error Code in case of error.

EXAMPLE

~# AcceptCall 0
CONNECTED
~# AcceptCall 2
NO INCOMING CALL