GetDataCounters

From Opale Wiki
Revision as of 18:15, 1 April 2025 by Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetDataCounters |PortIndex,[APN] |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Cate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This command allows to accept an incoming call once presented on the specified port.

COMMAND

Command Line Arguments Returns
GetDataCounters PortIndex,[APN] 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