AcceptCall: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 22: | Line 22: | ||
~# AcceptCall 0<br> | ~# AcceptCall 0<br> | ||
CONNECTED<br> | CONNECTED<br> | ||
~# AcceptCall 2<br> | ~# AcceptCall 2<br> | ||
NO INCOMING CALL | NO INCOMING CALL | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Voice]] | [[Category:Voice]] |
Revision as of 16:59, 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