72f5 SMS Gateway - C - Message types, VCard

                

Search the manual:

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

Binary XML Contents | SearchVCalendar

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

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 - VCard SMS
(SMS message type, SMS message format)


You can use this message type to send a business card to a mobile phone. You can include your name, phone numbers (home and work), your fax number, your e-mail and homepage address, the date of your birthday, as well as a note.

Why it is convenient

An electronic business card can be used to replace a business card made of paper. This way both the sender and the recipient are more environment-friendly. Also, having a business card stored in a mobile phone is more practical: the information as an SMS message in the phone is easier to store, organize, modify and handle than information on paper, and a mobile phone is more likely to be at hand at any time than a business card.

Message type

SMS:VCARD

The format of the message data is:

BEGIN:VCARD
VERSION:2.1
N:family name;given name
TEL;VOICE;HOME:home landline phone number
TEL;VOICE;WORK:work landline phone number
TEL;CELL:mobile phone number
TEL;CELL;WORK:work mobile phone number
TEL;FAX:fax number
EMAIL:e-mail address
URL:homepage address
BDAY:date of birthday
NOTE:note text
END:VCARD

Look at an example:

BEGIN:VCARD
VERSION:2.1
N:Smith;Paul
TEL;VOICE;HOME:+440111222333
TEL;VOICE;WORK:+4413497545
TEL;CELL:+4420111000222
TEL;CELL;WORK:+440444555666
TEL;FAX:+4413497545999
EMAIL:info@info.info
URL:http://www.info.info
BDAY:19770304
NOTE:These data are not true!
END:VCARD

If you only want to include your name and your date of birth:

BEGIN:VCARD
VERSION:2.1
N:Smith;Paul
BDAY:19770304
END:VCARD

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 VCard message:
insert into ozekimessageout (receiver,msgtype,msg,status) values (’+36205222245’,
    ’SMS:VCARD’,’BEGIN:VCARD\r\nVERSION:2.1\r\nN:Smith;Paul\r\nTEL;VOICE;HOME:+440111222333\r\n
                 TEL;VOICE;WORK:+4413497545\r\nTEL;CELL:+4420111000222\r\nTEL;CELL;WORK:+440444555666\r\n
                 TEL;FAX:+4413497545999\r\nEMAIL:info@info.info\r\nURL:http://www.info.info\r\n
                 BDAY:19770304\r\nNOTE:These data are not true!\r\nEND:VCARD’,’send’)




Next page: VCalendar
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


0