- Product Manual
- Introduction
- Installation Guide
- User Guide
- Developers Guide
- Tutorials
- ASP SMS API
- PHP SMS API
- HTTP SMS API
- Send message
- Receive message
- Billing methods
- Urlencode
- Select operator
- Operate with single message
- Query the addressbook
- Operations with message folders
- Examples
- User handling
- Service Provider Connection Handling
- Reporting API
- Dynamic SMPP parameters
- SQL SMS API
- C# SMS API
- AJAX SMS API
- Delphi SMS API
- Cpp SMS API
- Java SMS API
- VB.NET SMS API
- Python SMS API
- Perl SMS API
- TCL/TK SMS API
- Coldfusion SMS API
- VB 6 SMS API
- 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
Dynamic SMPP parameters via HTTP
While sending messages by using the HTTP SMS API (link) you can pass dynamically set SMPP parameter values by typing them into the URL Request. This guide gives information about how to send SMPP parameters dynamically with HTTP requests - note that this feature is only available in Ozeki NG SMS Gateway 4.2.5 or above.
You can read about dynamic SMPP parameter settings here: Dynamic SMPP parameters
You can read about HTTP SMS API here: HTTP SMS API
The below method can be used for sending messages with dynamically set source_addr_ton, source_addr_npi, dest_addr_ton, dest_addr_npi, data_coding and esm_class SMPP parameter values by typing the name and value pairs into the URL request. Have a look at the example.
Example URL Request
http://127.0.0.1:9501/api?action=sendmessage&username=admin&password=abc123&recipient=06203105366&messagetype=SMS:TEXT
&messagedata=Hello+World&source_addr_ton=3&source_addr_npi=2&dest_addr_ton=2&dest_addr_npi=2
By sending this request, Ozeki NG SMS Gateway will create the appropriate SMPP message with SMPP parameter values set in the request parameters.
By sending the message, these dynamic parameters will be passed to Ozeki NG SMS Gateway, and it will use them for the SMPP message's appropriate parameters. Note that you have to use decimal values in the request.
If you do not set a parameter dynamically Ozeki NG SMS Gateway will use the appropriate SMPP service connection's configured parameters (Figure 1).
If you have left it blank, default values will be used.
For more information please contact us at info@ozekisms.com.
More information
- HTTP SMS API - Overview
- HTTP SMS API - sendmessage method
- HTTP SMS API - receivemessage method
- HTTP SMS API - billing method
- HTTP SMS API - SMS service provider connection selection
- HTTP SMS API - Operate with single message
- How to query the addressbook in Ozeki NG SMS Gateway
- Operations with message folders in HTTP SMS API
- HTTP SMS API Examples
- User handling via HTTP API
- Service provider connection handling via HTTP API
- HTTP API for the Reporting function of Ozeki NG SMS Gateway
- Dynamic SMPP parameters via HTTP
- FAQ of the Ozeki NG SMS Gateway