SendSmsPdu: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command sends a SMS using data from a specified PDU buffer on a given port. The SMS Center number can be specified as an optional parameter. Command returns as soon as the SMS is submitted to SMSC. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SendSmsPdu |Port index, PDU buffer, [SMSC number, Timeout] |Error Code in case of error. |} '''OUTPUT''' "SMS SENT to %s %s\n", dest_number, sms_text [smsc_number] '''EX...")
Tag: 2017 source edit
 
m (added Category:R2D2 using HotCat)
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
</syntaxhighlight>
</syntaxhighlight>
[[Category:SMS]]
[[Category:SMS]]
[[Category:R2D2]]

Latest revision as of 11:31, 27 March 2025

This command sends a SMS using data from a specified PDU buffer on a given port.

The SMS Center number can be specified as an optional parameter.

Command returns as soon as the SMS is submitted to SMSC.


COMMAND

Command Line Arguments Returns
SendSmsPdu Port index, PDU buffer, [SMSC number, Timeout] Error Code in case of error.

OUTPUT

"SMS SENT to %s %s\n", dest_number, sms_text [smsc_number]

EXAMPLE

~# SendSmsPdu 0 "0011000A81607108879200000B25C8329BFD0651D1E939283D078541EDF27C1E3E97416937084AAC82CC6F793B4C07"
SMS SENT to 0617807829 "text from PDU buffer"
Message reference(s): 76