- Related Products
- ADAudit Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
- AD360
- Log360
You can configure ADManager Plus to use your own GSM Modem for sending SMS or you can configure your own custom SMS Gateway.
Configuring GSM Modem
Steps Involved In Configuring The Modem Port & Modem Speed:
Requirements For Establishing SMS Server Connection:
- Matching these criteria allows ADManager Plus to support your modem/ mobile phone.
Configuring Custom SMS Provider
You can configure you own custom SMS gateway provided that the gateway is HTTP or SMTP based. Please follow the steps given below:
HTTP-based SMS provider:
Note:
Samples
<SMS>
<authentication>
<username>test</username>
<password>test</password>
</authentication>
<message>
<sender>Testing</sender>
<text>%message%</text>
<recipients>
<mobile>%mobNo%</mobile>
</recipients>
</message>
</SMS>
| Parameter | Type | Details |
|---|---|---|
| %mobNo% | macro | User's mobile number |
| %message% | macro | SMS message content |
| %nonce% | macro | This prevents replay attacks |
| %timestamp% | macro | Request time |
Sample custom parameter 1
"Content-MD5":"MD5({"ecName":"testing","apId":"abcd","mobiles":"%mobNo%","params":"%message%","sign":"123abc"})"
In the above JSON format example, MD5 algorithm is used for computing hash value of the string: {"ecName":"testing","apId":"abcd","mobiles":"%mobNo%","params":"%message%","sign":"123abc"}. The result is later assigned to Content-MD5 param.
Sample custom parameter 2
Signature=HMAC-SHA1(AccessKeyId=LTAI4G8x27gm&Action=SendSms&Message=%message%&PhoneNumbers=%mobNo%&RegionId=ap-southeast-1&SignatureMethod=HMAC-SHA1&SignatureNonce=%nonce%&Timestamp=%timestamp%&secretKeyForHash=YpyFfCrkpJtBJchdp59)
In the above example, we use the HMAC-SHA1 algorithm to construct a hash value with the secret key YpyFfCrkpJtBJchdp59 for the string AccessKeyId=LTAI4G8x27gm&Action=SendSms&Message=%message%&PhoneNumbers=%mobNo%&RegionId=ap-southeast-1&SignatureMethod=HMAC-SHA1&SignatureNonce=%nonce%&Timestamp=%timestamp%
SMTP-based SMS provider:
Note: If you don't configure the SMTP server settings, then the mail server configured under the Mail Settings tab will be used.
