<div dir="ltr"><div dir="ltr">Hi there!<br><br>we have an issue, and it's similar to reported in this thread: <a href="http://sip-router.1086192.n5.nabble.com/exec-warning-td165448.html">http://sip-router.1086192.n5.nabble.com/exec-warning-td165448.html</a><br><br>We use kamailio 5.0.6. When we call route from http_event by url reguest (code is below)<br><br>event_route[xhttp:request] {<br>    set_reply_close();<br>    set_reply_no_connect();<br><br> if  ($(hu{url.path}) ==”update”)  {<br>    route(DO_SMTH);<br>    xhttp_reply("200", "OK”, "", "");<br>    }<br><br>route[DO_SMTH]<br>{<br>    exec_avp(“/usr/bin/who”,”$avp(s:user_)”);<br>}<br><br><br>we got errors exec like these:<br>Mar  1 10:51:05 test kamailio[21035]: WARNING: exec [exec_hf.c:464]: append_fixed_vars(): uri not parsed<br>Mar  1 10:51:05 test kamailio[21035]: WARNING: exec [exec_hf.c:482]: append_fixed_vars(): orig URI not parsed<br>Mar  1 10:51:05 test kamailio[21035]: ERROR: exec [../../core/char_msg_val.h:51]: char_msg_val(): can't calculate char_value due to a parsing error<br>Mar  1 10:51:05 test kamailio[21035]: WARNING: exec [exec_hf.c:492]: append_fixed_vars(): no tid can be determined<br>Mar  1 10:51:05 test kamailio[21035]: ERROR: exec [exec_hf.c:504]: append_fixed_vars(): no to-tag<br><br><br>But when we call route(DO_SMTH) from request_route - there are no such errors<br><br>We think that it is something related to the nature of event_routes, <br>anything can be done with this? Should I create an issue on github?<br><br>thanks for insights and ideas<br><br></div></div>