AcceptCall: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
m (Administrator moved page R2D2 - AcceptCall to AcceptCall without leaving a redirect)
m (added Category:R2D2 using HotCat)
 
Line 28: Line 28:
</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
AcceptCall PortIndex Error Code in case of error.

OUTPUT Command status:
"%s\n", status (CONNECTED or NO INCOMING CALL)

EXAMPLE

~# AcceptCall 0<br>
CONNECTED<br>

~# AcceptCall 2<br>
NO INCOMING CALL