Configuring SMS Interface
Use
To enable SMS message sending, use Conversation API.
The procedure below, which defines the interface that enables sending SMS messages, was for the built-in voicemail service created for Communication Desktop (CDT). It was used for sending SMS notifications to agents when there was a new voicemail. This feature is no longer supported.
Prerequisites
The only supported option is HTTP so you must have a service provider for the HTTP push service.
Procedure
-
Double-click the SMS Server module in the Modules table.
-
Enter the required parameters for the session object type HTTP according to the table below.
At startup the SMS module prints to a log an INFO level message that contains an example HTTP query that can be used to fine-tune the parameters.
Parameter |
Description |
---|---|
Set Password |
If the service provider requires a secure connection, select this option, and enter the password. Note:
|
Set Local Password |
To use a secure connection for receiving SMS messages, select this option and enter the password. This password is used by the third-party SMS cloud service for authenticating itself to the Sinch Contact Pro SMS service. |
HTTP Keys |
For entering specific information required by the service provider. Enter that in name=value pairs that configure how the HTTP query is built, for example: Okey=src;Dkey=dest;Bkey=body;werb=GET.
|
Additional Data |
Define additional information that SMS service providers may require, for example the character set used. String is passed as such, and its form and content depend on the service provider. For example: &data_type==UTF8&flags=1, &data_type==data_latin1 |
HTTP Server Address |
IP address of the SMS service provider’s server. |
HTTP Page |
Web page that provides the SMS functionality. If you use Twilio, the path must contain the user name, that is, the value of User that you have given in the Session String parameter. |
HTTP Port |
Port number of the SMS service providers server where the SMS engine connects to. |