<div dir="ltr"><div>hi,</div>
<div> </div>
<div>i need to start some kind of proccess in my kamailio server (manualy, not by timer).</div>
<div>the best way i can think of is to send a HTTP request.</div>
<div> </div>
<div>i can do it with the XMLRPC module, but i get an error because i dont realy send XML.</div>
<div>i try the XHTTP module. but the event_rout[xhttp_request] does not run.</div>
<div> </div>
<div>i get :</div>
<div>19(2796) ERROR: &lt;core&gt; [tcp_read.c:965]: ERROR: tcp_read_req: bad request, state=7, error=4 buf:<br>POST / HTTP/1.0<br>User-Agent: Fiddler<br>Host: <a href="http://10.2.0.55:5060">10.2.0.55:5060</a></div>
<div><br>parsed:<br>POST / HTTP/1.0<br>User-Agent: Fiddler<br>Host: <a href="http://10.2.0.55:5060">10.2.0.55:5060</a><br></div>
<div>any ideas?</div></div>