GetNumberOfPopMessages: Difference between revisions
Jump to navigation
Jump to search
m (removed Category:SMS using HotCat) |
m (removed Category:Voice using HotCat) |
||
Line 26: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:CDR|R2D2]] | [[Category:CDR|R2D2]] |
Revision as of 18:18, 1 April 2025
This command allows to accept an incoming call once presented on the specified port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetNumberOfPopMessages | 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