- Product Manual
- Introduction
- Installation Guide
- Prerequisites
- SMS technology
- Download Information
- Installation Steps
- GSM Modem Setup
- Mobile Network Connections
- GSM Modem connectivity
- Sunrise
- SMPP connection
- Flash sms
- System type
- Low level
- Short code
- Cancel_sm
- Optional SMPP parameters
- Dynamic SMPP parameters
- UCP Connection
- CIMD2 Connection
- HTTP Client connection
- HTTP Server connection
- Service providers
- Send MMS via MM7
- Receive MMS via MM7
- Send/receive MMS via EAIF
- SAG ParlayX SOAP or XML
- TDC
- SNPP Connection
- SMTP Connection
- HTTP SMS Service Provider
- Users and applications
- Linux
- User Guide
- Developers Guide
- Examples and Solutions
- Appendix
- SMS FAQ
- Feature list
- Commercial Information
- Search
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
Custom SMPP System type field
Some service providers require you to define a special system type parameter. Ozeki NG SMS Gateway v3.0.2 and later versions allow you to define the system type parameter in a better way. This guide gives you information on how this can be done
The SMPP service provider connection of Ozeki NG SMS gateway allows you to define bytes used in the system type field in hexadecimal format. This gives you full control over the system type field.
By default if you put "abc" into the system type field, it will mean the following bytes in the SMPP PDU: "616263". In version 3.0.2 or later you can include hexadecimal values in the system type field. For example you can put "a\xF0c". This would mean "61F063" in the SMPP PDU. Note that in the expression \xF0 means that a user defined byte value should be used instead of the character codes. This syntax allows you to define any byte values in the system type field.
More information