SendSmsTextAndWaitDelivery
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 |
---|---|---|
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