- Products
- Ozeki 10
- SMS
- Ozeki 10 SMS gateway
- Ozeki NG SMS Gateway
- SMS protocol converters
- SMS router
- Message Server 6
- On-line manual
- Introduction
- SMS technology
- MMS technology
- About
- Product features
- Installation guide
- Server
- Prerequisites
- Installation steps
- Product Activation
- Server Preferences
- Drivers
- GSM Modem
- CIMD2
- Dynamic phone number
- SMPP
- UCP
- Eurotel M2M
- Datacall
- Virtual phone
- Plugins
- User accounts
- Upgrade
- Server port
- Clients
- System maintenance
- User guide
- Developers guide
- Case studies
- Appendix
- Download
- Home
- Support
- How to buy
- SMS Wall
- IP SMS Gateway
- Android SMS
- Android SMS Gateway
- Excel SMS
- Bulk Messenger
- Cluster Software
- Developer tools
- Robots
- Hardware
- Technology
- Sales
![]() |
On-line manual: |
Explore all the features in this On-line HTML documentation of Ozeki Message Server 6.
| |
![]() |
Product guide: |
Download Ozeki Message Server 6 Manual in PDF format. This PDF guide explains all the features of Ozeki Message Server 6. |
Configuring dynamic phone number support
Every IP SMS protocol (CIMD2,SMPP,UCP) allows you to specify a custom sender telephone number. You can use this option to specify the sender address individually for each outgoing SMS message.
To achieve this you must replace the sender's phone number to a special keyword called _DYNAMIC_. The sender phone number can be configured on the configuration form of the IP SMS driver. Figure 1 shows it on the UCP configuration form.
If you are using the SQL plugin, and you have configured dynamic phone number support in the UCP driver, make sure you always specify the sender address in your SQL table.
For example you can use the following query:
insert into ozekimessageout (sender,receiver,msg,status) values ('+36205222245','+36303596242','dynamic sender test','send');
Note: this feature currently only works from plugins, because you cannot access the sender field in the Ozeki GUI.
More information