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