SMSServer - Kannel gateway

This gateway is used for the Kannel HTTP interface.

Configuration File

This interface requires the following settings in SMSServer's configuration file:

OptionDescription
urlURL used to send SMS through Kannel.
usernameKannel send-sms Username.
passwordKannel send-sms Password.
outboundyes if the gateway should be used as an outbound gateway, otherwise no.

The following settings are optional:

OptionDescription
adminurlURL used to send SMS through Kannel.
adminpasswordKannel's send-sms Username.
statuspasswordKannel's send-sms Password.
autostartsmscyes if a start-smsc command should be sent to Kannel when the gateway starts, otherwise no.
autostopsmscyes if a stop-smsc command should be sent to Kannel when the gateway stops, otherwise no.

Example:

gateway.0=myKannel, KannelHttp
myKannel.url=http://localhost:13013/cgi-bin/sendsms
myKannel.username=simple
myKannel.password=elpmis
myKannel.outbound=yes
myKannel.adminurl=http://localhost:13000
myKannel.adminpassword=bar
myKannel.statuspassword=pass
myKannel.autostartsmsc=no
myKannel.autostopsmsc=no

Note: Gateway id should be the same as the smsc-id used in Kannel configuration.