In this article:
Objective
Prerequisites
Steps to follow
Validation and confirmation
Tips
Related topics and articles
Objective
This article explains how to configure SMS server settings in ADAudit Plus to enable sending SMS notifications.
Prerequisites
You must have administrator access to the ADAudit Plus web console.
You need the specific configuration details for your chosen SMS provider (e.g., GSM modem port, custom gateway URL, or SMTP server details).
If using a GSM modem, it must be physically connected to the server via a serial cable.
Steps to follow
To configure SMS server settings in ADAudit Plus, you can choose either a GSM modem or a custom SMS gateway as your provider.
Configure ADAudit Plus to use a GSM modem
Connect the GSM modem to the serial communication port with a serial cable.
Open the ADAudit Plus web console.
Navigate to Admin > General Settings > Server Settings.
Under the SMS section, select GSMModem from the SMS Provider drop-down.
Enter the port number the modem is connected to in the Modem Port Number field.
Click Advanced Settings.
Specify the Modem Port Speed, Message Center Number, and SIM PIN Number.
Click Save Settings.
Note:
If a message exceeds 160 characters, it will be split into two or more text messages.
To find the modem port number, go to My Computer > Manage > Device Manager > Modems and select your modem > Properties > Modem.
Configure ADAudit Plus to use a custom SMS provider
You can configure a custom SMS provider using an HTTP, SMTP, or SMPP-based gateway.
Using an HTTP-based custom SMS gateway
Open the ADAudit Plus web console.
Navigate to Admin > General Settings > Server Settings.
Under SMS, select Custom from the SMS Provider drop-down.
Select HTTP from the Send SMS via drop-down.
Select either Post or Get as the HTTP method.
Enter the HTTP URL of your SMS gateway provider.
Specify the HTTP Parameters required by your provider, including the user's mobile number and the message.
Select the Success or Failure response from the Select Response Type drop-down and specify the expected response from the provider.
Click Advanced Settings.
Enter any required HTTP Request Headers.
If the provider expects unicoded messages, check Convert Message into Unicode.
Click Save Settings.
Note:
Separate HTTP parameters with an ampersand (&). Example: userName=xxx&password=yyy&mobileNumber=%mobNo%&message=%message%.
xxx is the API authentication username and yyy is the API authentication password.
%mobNo% is the macro for the user's mobile number, and %message% is the macro for the SMS content.
Using an SMTP-based custom SMS gateway
Open the ADAudit Plus web console.
Navigate to Admin > General Settings > Server Settings.
Under SMS, select Custom from the SMS Provider drop-down.
Select SMTP from the Send SMS via drop-down.
Enter the From Address for the SMS email.
Specify the mobile number macro (%mobNo%) followed by the email address of the SMS provider in the To Address field. Example: %mobNo%@adauditplus.com.
Enter the required Subject using macros, typically %mobNo% or %message%.
Specify the Content to be sent using the %message% macro.
Enter the SMTP Server name or IP address and the Port.
Provide the Username and Password for the SMTP server.
Select your preference from the Connection Security drop-down.
Click Save Settings.
Note: If the SMTP server is not configured, you can check Use default mail settings to use the primary mail server settings.
Using an SMPP-based custom SMS gateway
Open the ADAudit Plus web console.
Navigate to Admin > General Settings > Server Settings.
Under SMS, select Custom from the SMS Provider drop-down.
Select SMPP from the Send SMS via drop-down.
Enter the SMPP Server and Port number.
Specify the Username and Password for the SMPP server.
Click Advanced Settings.
Specify the SMPP Timeout and SMPP Source Address.
Enter the ESME System Type and choose your ESME Bind Type.
Select the Source Address’s TON, Source Address’s NPI, Destination Address’s TON, and Destination Address’s NPI from their respective drop-downs.
Click Save Settings.
Validation and confirmation
After configuring your provider, click the Send Test Message button.
Enter a recipient's Mobile Number and a Message, then click Send SMS.
If the test message is received successfully, the SMS server settings are configured correctly.
Tips
TON stands for Type of Number, and NPI stands for Numeric Plan Indicator.
If an SMS message exceeds 160 characters, the notification will be split into multiple messages.
Related topics and articles