Hi All, I think I'm having a bit of a problem with the Kannel start-up script. When I manually start the bearerbox and smsbox from /usr/sbin, both seem to work and I can send SMS. However when I use the init.d script even though the output says both bearerbox and sms box has started, 'service kannel status' tells me neither are working. There are no logs printed either.
I installed Kannel using yum on a CentOS 6.5 virtual machine. The latest available version of it is Version: 1.4.3 Release: 5.el6. I'm also pasting the config file below and would appreciate if anyone can help. Thanks # Lebara Talk kannel configuration file group = core admin-port = 13000 admin-password = *** status-password = *** admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" smsbox-port = 13001 #wapbox-port = 13002 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 5 # SMSC Configuration group = smsc smsc = smpp smsc-id = "RHEL" host = ip port = port transceiver-mode = yes smsc-username = "****" smsc-password = "***" system-type = "RHEL" interface-version = 0x34 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 # SMS Box Configuration group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" log-level = 5 access-log = "/var/log/kannel/access.log" # SMS API Configuration group = sendsms-user username = username password = *** default-smsc = "RHEL" This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.