StartSmsReceiving: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command starts automatic SMS receiving on the specified GSM port. All received SMS will be read from SIM card, written to CDR file and then purged from SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartSmsReceiving |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StartSmsReceiving 0 </synt...") |
No edit summary Tag: 2017 source edit |
||
Line 12: | Line 12: | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
None | |||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:SMS]] |
Revision as of 21:26, 26 March 2025
This command starts automatic SMS receiving on the specified GSM port. All received SMS will be read from SIM card, written to CDR file and then purged from SIM.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
StartSmsReceiving | PortIndex | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# StartSmsReceiving 0