Re: [SR-Users] topoch and xHTTP

2013-05-28 Thread Daniel-Constantin Mierla
] *Sent:* Monday, May 27, 2013 5:15 PM *To:* Julia; 'Kamailio (SER) - Users Mailing List' *Subject:* Re: [SR-Users] topoch and xHTTP Hello, I pushed over the weekend a patch that should fix it. Practically was an error message, but the processing was going on further without issues.

Re: [SR-Users] topoch and xHTTP

2013-05-27 Thread Julia
Thank you Daniel, It works fine (without errors) with your patch. Best regards, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday, May 27, 2013 5:15 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] topoch

Re: [SR-Users] topoch and xHTTP

2013-05-27 Thread Daniel-Constantin Mierla
Hello, I pushed over the weekend a patch that should fix it. Practically was an error message, but the processing was going on further without issues. topoh was executed for http requests and shouldn't have been like that. Would be appreciated if you can test and report whether is fine now o

Re: [SR-Users] topoch and xHTTP

2013-05-23 Thread Julia
It's an incoming request Debug3 : May 23 15:44:57 RNDSRV /usr/local/sbin/kamailio[29536]: DEBUG: [ip_addr.c:247]: tcpconn_new: new tcp connection: 80.80.80.241 May 23 15:44:57 RNDSRV /usr/local/sbin/kamailio[29536]: DEBUG: [tcp_main.c:1089]: tcpconn_new: on port 51898, type 2 May 23 15:44:

Re: [SR-Users] topoch and xHTTP

2013-05-23 Thread Daniel-Constantin Mierla
Hello, iirc, topoh callbacks are executed only for incoming sip traffic. Do you try to relay the http request? That doesn't work, kamailio works only as http server, not proxy. If it is the case of incoming request, can you run with debug=3 and send the output of such case here? Cheers, Da

[SR-Users] topoch and xHTTP

2013-05-23 Thread Julia
Hello, I am testing the xHTTP module on kamailio-3.3 with topology hiding (topoch) and I get parsing error for each received HTTP message: /usr/local/sbin/kamailio[2937]: ERROR: [parser/parse_from.c:60]: ERROR:parse_from_header: bad msg or missing FROM header /usr/local/sbin/kamailio[2937]