StartSmsReceiving: Difference between revisions

From Ultiroam User Docs
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...")
 
m (added Category:R2D2 using HotCat)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
This command enable the specified port to receive automatically SMS messages.
 
All received SMS will be read from SIM card, written to CDR file and then purged from the SIM card.
 




Line 12: Line 15:
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
'''OUTPUT''' Command status:
'''OUTPUT'''


"%s\n", status (CONNECTED or NO INCOMING CALL)
None


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
Line 22: Line 25:


</syntaxhighlight>
</syntaxhighlight>
[[Category:SMS]]
[[Category:R2D2]]

Latest revision as of 11:32, 27 March 2025

This command enable the specified port to receive automatically SMS messages.

All received SMS will be read from SIM card, written to CDR file and then purged from the SIM card.


COMMAND

Command Line Arguments Returns
StartSmsReceiving PortIndex Error Code in case of error.

OUTPUT

None

EXAMPLE

~# StartSmsReceiving 0