Setup Kannel SMS Gateway on Ubuntu
May 5th, 2010
9 comments
This are the required steps to setup Kannel as an SMS Gateway on Ubuntu. Here we use a simple GSM modem attached to USB port 0, using Enfora modem. You can use other standard AT command modems actually.
Enable the SMS Box
Edit file /etc/default/kannel , uncomment the START_SMSBOX line to enable the SMS Box
sudo vi /etc/default/kannel
START_WAPBOX=1
START_SMSBOX=1
Add kannel user to dialout group
This will enable kannel user (user who run kannel process as) to use the /dev/ttyUSB0 device that is necessary when we are using USB GMS modems.



Recent Comments