This gateway is used for the Kannel HTTP interface.
This interface requires the following settings in SMSServer's configuration file:
Option | Description |
url | URL used to send SMS through Kannel. |
username | Kannel send-sms Username. |
password | Kannel send-sms Password. |
outbound | yes if the gateway should be used as an outbound gateway, otherwise no. |
The following settings are optional:
Option | Description |
adminurl | URL used to send SMS through Kannel. |
adminpassword | Kannel's send-sms Username. |
statuspassword | Kannel's send-sms Password. |
autostartsmsc | yes if a start-smsc command should be sent to Kannel when the gateway starts, otherwise no. |
autostopsmsc | yes 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