Mobile message type specification - Webpage link, SMS (SMS message type, SMS message format)
Introduction
Ozeki NG - SMS Gateway allows you to send a bookmark message, so you do not have to commit webpage addresses to memory.
Why it is convenient
This message type is similar to Wap Push. However, the link sent will be included in the set of bookmarks, so you can easily open the page the link leads to in the browser.
Message type
SMS:WAPPUSH:BOOKMARK
The format of the message data is:
<CHARACTERISTIC-LIST> <CHARACTERISTIC TYPE="BOOKMARK"> <PARM NAME="NAME" VALUE="..." /> <PARM NAME="URL" VALUE="..." /> </CHARACTERISTIC> </CHARACTERISTIC-LIST>
Look at an example:
<CHARACTERISTIC-LIST> <CHARACTERISTIC TYPE="BOOKMARK"> <PARM NAME="NAME" VALUE="Ozeki NG Webpage" /> <PARM NAME="URL" VALUE="http://www.ozekisms.com" /> </CHARACTERISTIC> </CHARACTERISTIC-LIST>
SQL example:
If you use the Database user to send and receive SMS messages with Ozeki NG - SMS Gateway, you can use the following SQL statement to send a webpage bookmark message:insert into ozekimessageout (receiver,msgtype,msg,status) values (�+36205222245�, �SMS:WAPPUSH:BOOKMARK�,�<CHARACTERISTIC-LIST><CHARACTERISTIC TYPE="BOOKMARK"> <PARM NAME="NAME" VALUE="Ozeki NG Webpage" /> <PARM NAME="URL" VALUE="http://www.ozekisms.com" /> </CHARACTERISTIC></CHARACTERISTIC-LIST>�,�send�);
More information
- Introduction to mobile message types
- Mobile message type specification - OTA bitmap SMS
- Mobile message type specification - Operator logo SMS, XML
- Mobile message type specification - Operator logo SMS, binary
- Mobile message type specification - Ringtone SMS
- Mobile message type specification - WAP Push SMS
- Mobile message type specification - Binary SMS XML
- Mobile message type specification - VCard SMS
- Mobile message type specification - VCalendar SMS
- Introduction to SMS Message Indication
- Mobile message type specification - Webpage link, SMS
- Multimedia Message MMS
- Mobile message type specification - OTA Browser settings SMS
- Mobile message type specification - OTA SyncML settings SMS
- Mobile message type specification
- How to send an USSD Message
- Mobile message type specification - WAP Push SL SMS
- Mobile message type specification - Picture message