I have configured Kannel (bearerbox+smsbox) in Ubuntu 12.04. If i start kannel via following commands (in separate terminals) bearerbox -v 0 /etc/kannel/kannel.conf
smsbox -v 0 /etc/kannel/kannel.conf Then the SMS delivery via webhttp works fine. Example: http://10.0.0.1:13013/cgi-bin/sendsms?username=kannel&password=kannel&to=03333021909&am................... but I want to make it auto start on system reboot, but messages go in queue like Queued for later delivery I can see the processes here BASHps aux |grep kannel kannel 1246 0.0 0.0 7424 720 ? Ss 16:01 0:00 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/kannel_bearerbox.pid --no-extra-args /usr/sbin/bearerbox -v 4 -- /etc/kannel/kannel.conf kannel 1248 0.0 0.2 101084 2832 ? Sl 16:01 0:00 /usr/sbin/bearerbox -v 4 -- /etc/kannel/kannel.conf kannel 1268 0.0 0.0 7424 720 ? Ss 16:01 0:00 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/kannel_wapbox.pid --no-extra-args /usr/sbin/wapbox -v 4 -- /etc/kannel/kannel.conf kannel 1270 0.0 0.0 7424 720 ? Ss 16:01 0:00 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/kannel_smsbox.pid --no-extra-args /usr/sbin/smsbox -v 4 -- /etc/kannel/kannel.conf kannel 1273 0.0 0.2 80284 2680 ? Sl 16:01 0:00 /usr/sbin/smsbox -v 4 -- /etc/kannel/kannel.conf root 1813 0.0 0.0 3328 880 pts/0 S+ 16:07 0:00 grep --color=auto kannel . What could be wrong? Regards, SYED JAHANZAIB