StopSmsReceiving: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartSmsReceiving |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StartSmsReceiving 0 </syntaxhighlight> Category:SMS") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command | This command stops automatic SMS receiving on the specified GSM port. | ||
'''COMMAND''' | '''COMMAND''' | ||
Line 11: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |StopSmsReceiving | ||
|PortIndex | |PortIndex | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
Line 21: | Line 17: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# StopSmsReceiving 0 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:SMS]] | [[Category:SMS]] |
Revision as of 21:29, 26 March 2025
This command stops automatic SMS receiving on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
StopSmsReceiving | PortIndex | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# StopSmsReceiving 0