Re: Latest CVS problem

2007-04-03 Thread Alejandro Guerrieri
-operation and compliance. -Original Message- From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 12:17 AM To: users@kannel.org 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

Re: Latest CVS problem

2007-04-03 Thread Stipe Tolj
Alejandro Guerrieri wrote: 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=foopassword=barfrom=1234to=1234567890smsc=mysmsctext=Hello No big deal there, pretty regular stuff. I've lowered the

Re: Latest CVS problem

2007-04-03 Thread Alejandro Guerrieri
Stipe, I've tried with wget on localhost and firefox remotely. wget keep on waiting after showing HTTP request sent, awaiting response... . Firefox displays the spinning gear for hours. It doesn't timeout in either case. I've dig into the code and found the same block. I think some other

Re: Latest CVS problem

2007-04-03 Thread Alejandro Guerrieri
OK, I've made tests using test_http with and without inmediate-sendsms-reply (i-s-r from now on). With i-s-r line commented: ]# ./test_http -v0 http://localhost:13013/cgi-bin/sendsms?username=foopassword=barfrom=1234to=1234567890smsc=mysmstext=HOLA; 2007-04-03 17:44:45 [4145] [0] INFO: Starting

Re: Latest CVS problem

2007-04-03 Thread Stipe Tolj
Alejandro Guerrieri wrote: OK, I've made tests using test_http with and without inmediate-sendsms-reply (i-s-r from now on). With i-s-r line commented: ]# ./test_http -v0 http://localhost:13013/cgi-bin/sendsms?username=foopassword=barfrom=1234to=1234567890smsc=mysmstext=HOLA; 2007-04-03

smsbox blocks HTTP response - Re: Latest CVS problem

2007-04-03 Thread Stipe Tolj
now, this behaviour is now *confirmed* for a vanila CVS checkout and fakesmsc usage via gw/smskannel.conf sample config on the following hosts too: amd64, 2.6.20-1.2307.fc5 x86_64 x86, 2.6.11-1.1369_FC4 i686 so this is considered as generic bug! (that's why I cross-post to devel@ too). Please

Latest CVS problem

2007-04-02 Thread Alejandro Guerrieri
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.