Hi all, I'm having problems in getting the latest CVS to run on CentOS 4.4. It compiles and runs OK, but when I try sending a message from the sendsms HTTP interface, the message gets sent but the HTTP connection doesn't return nor displays anything on the browser. It just get stuck there.
Anybody else experienced the same problem? I'm currently using a 2006-11-13 snapshot with no problems, but when I update it to the latest CVS this problem arise. I've never had this problem before (I've compiled and upgraded Kannel tenths of times on CentOS without any issues). Here is part of my conf file: group = core admin-port = 13000 smsbox-port = 13001 #wapbox-port = 13002 wdp-interface-name = "*" admin-password = oooooo status-password = xxxxxx dlr-storage = mysql #admin-deny-ip = "" admin-allow-ip = "xxxxxxxxxx" box-deny-ip = "*.*.*.*" box-allow-ip = "xxxxxxxxx" access-log = "/var/log/kannel/access.log" log-file = "/var/log/kannel/kannel.log" log-level = 2 store-file = "/home/kannel/kannel.store" .... # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 log-file = "/var/log/kannel/smsbox.log" access-log = "/var/log/kannel/access.log" log-level = 2 http-request-retry = 5 # SEND-SMS USERS group = sendsms-user username = **** password = **** Am I missing something? Maybe some new parameters that I should include, or is it a bug on the code? Thank you in advance, Alejandro. -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/ LinkedIn: http://www.linkedin.com/in/aguerrieri
