AcceptCall: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
m (added Category:Voice using HotCat)
No edit summary
Tag: 2017 source edit
Line 18: Line 18:
"%s\n", status (CONNECTED or NO INCOMING CALL)
"%s\n", status (CONNECTED or NO INCOMING CALL)


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


~# AcceptCall 0<br>
~# AcceptCall 0<br>
Line 26: Line 26:


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

Revision as of 16:58, 26 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

[[Category:Voice]]