AcceptCall: Difference between revisions
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}}") |
m (added Category:R2D2 using HotCat) |
||
(8 intermediate revisions by the same user not shown) | |||
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''' | |||
{| class="wikitable" | {| class="wikitable" | ||
!Command | !Command | ||
! | !Line Arguments | ||
!Returns | !Returns | ||
|- | |||
|AcceptCall | |||
|PortIndex | |||
|[[R2D2 Error Codes|Error Code]] in case of error. | |||
|} | |} | ||
'''OUTPUT''' | |||
Command status: | Command status: <br> | ||
"%s\n", status (CONNECTED or NO INCOMING CALL) | "%s\n", status (CONNECTED or NO INCOMING CALL) | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | |||
CONNECTED | ~# AcceptCall 0<br> | ||
CONNECTED<br> | |||
~# AcceptCall 2 | ~# AcceptCall 2<br> | ||
NO INCOMING CALL | |||
</syntaxhighlight> | |||
[[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