I have installed kanel version kannel-1.4.1-2.el3 On redhat rhel3 I can start it fine with the /etc/rc.d/init.d/kannel start
The kannel.conf is in the /etc directory. I do not see a gw directory nor do I see a "wapbox.conf" file nor do I see a "smskannel.conf" file or "wapkannel.conf" The logs are created in the /var/log./kannel/ directory and I can not find the sample kannel.conf it references in the user documentation. As I can not find the gw/bearerbox [conffile] or gw/wapbox [conffile] is there something I need to install yet? All I have installed to date is the kannel-1.4.1-2.el3.rf.i386.rpm . It did not give any errors. However if I change the below kannel,.conf file I seem to have problems. I am trying to bind to an smsc via smpp user and password of kannel # Default kannel configuration file group = core admin-port = 13000 admin-password = changemenow status-password = changemetoo 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 = 1 I tried this and it does not work at all. Any help is appreciated. With the following config it will not write to the log file at all when I start or stop. # # THIS IS A MY EDITED CONFIGURATION FOR KANNEL # group = core admin-port = 13000 admin-password = changemenow status-password = changemetoo 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 = 1 # SMSC CONNECTIONS - GLOBAL FIELDS # SMSC SMPP group = smsc smsc = smpp smsc-id = homisco host = X.X.X.X port = 164920 receive-port = 0 smsc-username = "kannel" smsc-password = "kannel" transceiver-mode = "true" source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 receive-port = 0 interface-version = "34" system-type ="VMA" Clay Zevely Homisco 99 Washington Street Melrose, MA 02176 Phone: 781-665-1997 Fax: 781-665-3013 Email: [EMAIL PROTECTED]
