The test and demonstration gateway supports both an SMPP interface and an HTTP API. To access the test and demonstration gateway, you will need a trial version of Auron Omni. Auron Omni automatically generates connection credentials during installation.
By default, the generated credentials include 15 free SMS messages that can be sent anywhere in the world. If you need more, please contact us. However, the test and demonstration gateway is not intended for production use.
This gateway may only be used to send messages to your own phone or application. Do not use the test and demonstration gateway to send mass mailings..
SMPP connections
The test and demonstration gateway supports both secure and unsecured SMPP connections. The following settings connect to the SMPP gateway.
| Property | Value |
| Hostname | gateway.auronsoftware.com |
| Secure port (TLS enabled) | 2776 |
| Unsecured port | 2775 |
| System ID | <Generated> |
| Password | <Generated> |
| System type | SMPP |
| Version | 3.4 |
| SMSC default character set | 8bit GSM |
| Enquire timeout | 30 seconds |
| Address range | S<Your phonenr> |
HTTP Connections
Use the HTTP gateway for sending SMS messages using HTTP POST requests. The following settings will send trough the SMPP gateway.
| Property | Value |
| URL | http://gateway.auronsoftware.com:8080/sendsms/default.asp |
| Post body | username=<generated>&password=<generated>&text=%BODY%&to=%TOADDRESS%&from=%FROMADDRESS% |
| Content type | application/x-www-form-urlencoded |
| Response text/td> | id: <message id> |