SendSmsTextAndWaitDelivery: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
m (added Category:R2D2 using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:SMS]] | [[Category:SMS]] | ||
[[Category:R2D2]] |
Latest revision as of 09:59, 2 April 2025
This command allows to accept an incoming call once presented on the specified port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SendSmsTextAndWaitDelivery | Port index, Destination number, SMS text, [Timeout] | Error Code in case of error. |
OUTPUT
Command status in the following format:
"%s\n", command_status
EXAMPLE
~# SendSmsTextAndWaitDelivery 0 0612345678 "This is a message"
DELIVERY REPORT RECEIVED
Message reference(s): 90
~# SendSmsTextAndWaitDelivery 0 0612345678 "This is a test" 120
TIMEOUT EXPIRED