Ashwani, Thanks for your reply.
I'm calling the sendsms the same way I was doing for the last 3 years: http://url:port/cgi-bin/sendsms?username=foo&password=bar&from=1234&to=1234567890&smsc=mysmsc&text=Hello No big deal there, pretty regular stuff. I've lowered the log level and found that they are pretty normal, except for smsbox.log: 2007-04-03 02:53:42 [14437] [2] DEBUG: HTTP: Created HTTPClient area 0x83f37c0. 2007-04-03 02:53:42 [14437] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <190.64.196.8> 2007-04-03 02:53:42 [14437] [3] INFO: sendsms used by <foo> 2007-04-03 02:53:42 [14437] [3] INFO: sendsms sender:<foo:1234> (1.2.3.4) to:<59899790830> msg:<HOLA> 2007-04-03 02:53:42 [14437] [3] DEBUG: Stored UUID 60225f41-f5d5-44bc-bc40-d5ec0adf5c35 2007-04-03 02:53:42 [14437] [3] DEBUG: message length 4, sending 1 messages 2007-04-03 02:53:42 [14437] [3] DEBUG: Status: 202 Answer: <Sent.> 2007-04-03 02:53:42 [14437] [3] DEBUG: Delayed reply - wait for bearerbox 2007-04-03 02:53:42 [14437] [0] DEBUG: Got ACK (0) of 302d1d81-c96f-47ee-8c0f-db51d6a5a283 2007-04-03 02:53:42 [14437] [0] DEBUG: No client - multi-send or ACK to pull-reply If I'm not wrong, that means that smsbox keeps waiting for bearerbox to return something, but then when the ACK arrives the "no client" error arises. Setting immediate-sendsms-reply to false I can solve the problem, but then I lost the ability to detect some failed messages (I always get a "Sent"). I rely on those failures to mitigate the lack of DLRs (the carriers we are working with does not allow for DLRs so we use all sort of workarounds to try to get closer to reality in terms of message statistics). Thank you in advance, Alejandro Guerrieri On 4/3/07, ashwani <[EMAIL PROTECTED]> wrote:
Hello, How are u submitting the message to kannel? Kindly share the URL. Also, please paste the bearbox log when u submit the message. BTW you have chosen log level as 2 which means "critical" logs only. Change it to 0 and then check the logs. Ashwani Kumar Sr. Engineer Professional Services Phone: +91 11 26686000 Fax: +91 11 26671230 Mobile: +91 9911761010 Web: www.telegentelecom.com Express More Everybody has changed 2 SMS in Color. U should 2 This message contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended exclusively for the use of the addressee(s) named above. Any disclosure, distribution, copying or use of the information by others is strictly prohibited. If you are not the addressee, or a person responsible for delivering the message to the addressee, or if you have simply received this message in error, please do not make any use of it nor disclose any of its contents to anyone and please advise the sender by immediate reply and delete the original message. E-mails are susceptible to corruption, interception and unauthorized amendment, Tele-Gen does not accept any liability for any such changes or for their consequences and maintains the right to take legal action where necessary. Thank you for your co-operation and compliance. -----Original Message----- From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 12:17 AM To: [email protected] Subject: Latest CVS problem 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
-- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/ LinkedIn: http://www.linkedin.com/in/aguerrieri
