On Fri, Jan 14, 2011 at 12:24 AM, Mikko Lehto <mikko.lehto(a)setera.fi> wrote:
Hi
I think you are not succeeding because of missing Content-Length header.
Try to add Content-Length to your HTTP request or
you can use tcp_accept_no_cl=no in sip-router.cfg.
Thanks. You are right. This works too:
wget --header="Content-Length: 0"
http://192.168.2.105/test
br,
takeshi