Pending the patch to the Users Guide (which can take a while) here are some hints:
To make it work, add the following to your kannel.conf. group = smsc smsc = http system-type = clickatell smsc-id = clickatellsmsc allowed-smsc-id = clickatell port = 8060 send-url = https://api.clickatell.com/http smsc-username = <your clickatell username> smsc-password = <your clickatell password> system-id = <your clickatell http api id> connect-allow-ip = *.*.*.* You can tighten the connect-allow-ip to just the clickatell host. The port setting defines on which port Kannel waits for MO messages and DLR's. To make DLR's work, specify the callback URL in your Clickatell api settings as follows: http://your-host.com:port/ You can choose the send-url to either to https or plain http - whichever your prefer. If Kannel is compiled with ssl, then probably https is the safest, since the driver sends your password with every request. You can choose whichever smsc-id you want, of course. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kyriakos Tsourapas Sent: woensdag 12 april 2006 13:34 To: [email protected] Subject: Clickatell Adapter Documentation Hello, Does anyone know where to find instructions on using the clickatell adapter ? Thanks
