<div dir="ltr">I&#39;m trying out event_route with USRLOC but I am not seeing any xlogs.  I&#39;m not 100% clear how to set up event_route&#39;s but it seems like it is basically just creating the following<div><br></div><div>modparam(&quot;usrloc&quot;, &quot;db_mode&quot;,   2)<br></div><div><br></div><div><div>event_route[E_UL_AOR_INSERT] {</div><div>    xlog(&quot;The E_UL_AOR_INSERT event was raised\n&quot;);</div><div>  }              </div><div><br></div><div>event_route[E_UL_AOR_DELETE] {</div><div>    xlog(&quot;The E_UL_AOR_DELETE event was raised\n&quot;);</div><div>  }</div></div><div><br></div><div><br></div><div><br></div><div>Is there anything else that needs to be done in the script?  If I register or register a client I am not seeing any xlog messages.  And if I delete a client using &quot;opensipsctl fifo ul_rm&quot; I don&#39;t see anything.  Running OpenSIPS 1.11.2-notls</div></div>