Search the manual:

Overview Quick start Download Manual How to buy FAQ Contact Us
OZEKI NG SMS Gateway - Product Guide

Special SMS Message Indication Contents | SearchMMS:XML

Home > Product Manual > Appendix > C - Message types > Bookmark

SMS Gateway SMS Gateway Home

  Product Manual
  Introduction
  SMS technology
  Installation Guide
  User Guide
  Developers Guide
  Examples and Solutions
  Appendix
  A - Terms and definitions
  B - References
  C - Message types
  Introduction
  OTA bitmap
  Operator logo I.
  Operator logo II.
  Ringtone
  Wappush
  Binary XML
  VCard
  VCalendar
  Special SMS Message Indication
  Bookmark
  MMS:XML
  WAP Browser Settings
  SyncML settings
  OMA OTA Settings
  USSD
  WAP Push SL
  Picture message
  D - Database connection strings
  E - SMS alphabet
  F - GSM error codes
  G - SMSC settings
  H - MMSC settings
  I - GSM operators
  J - SMPP providers
  K - GSM modems, phones
  L - Error codes
  M - Country codes
  O - SMPP Error codes
  W - Wireshark Capture
  FAQ
  Feature list
  Commercial Information
  Search
 



Contact Us!
If you wish to get further information, do not hesitate to contact us!

E-mail: info@ozekisms.com

If you have a technical question, please submit a support request on-line.


Callcenter developers
If you are working on telephone solutions, please check out the Ozeki VoIP SIP SDK.
It can be used to create:

Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls

Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client

Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions

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’);




Next page: MMS:XML
Copyright © 2000 - 2013 Ozeki Informatics Ltd.
All rights reserved

Software PBX for Windows | VoIP SDK   |   Legal information   |   Privacy policy   |   Terms of use
Please, address your inquiries to info@ozekisms.com