<div dir="ltr">Thanks Vlad. Can't believe I forgot to add event_route.so to my script.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 3:00 AM, Vlad Paiu <span dir="ltr"><<a href="mailto:vladpaiu@opensips.org" target="_blank">vladpaiu@opensips.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Hello Duane,<br>
<br>
The usrloc module triggers a generic event - to which you
subscribe via various ways ( run an OpenSIPS route, simple UDP
packet, xmlrpc, rabbitmq ).<br>
<br>
If you want a route to be run , you simple need to load the
event_route.so module - then, by simply having an event route with
the name of the exported events, you will be auto-registered to
them.<br>
<br>
Best Regards,<br>
<pre cols="72">Vlad Paiu
OpenSIPS Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a> </pre><div><div class="h5">
On 10.02.2015 06:31, Duane Larson wrote:<br>
</div></div></div>
<blockquote type="cite"><div><div class="h5">
<div dir="ltr">I'm trying out event_route with USRLOC but I am not
seeing any xlogs. I'm not 100% clear how to set up
event_route's but it seems like it is basically just creating
the following
<div><br>
</div>
<div>modparam("usrloc", "db_mode", 2)<br>
</div>
<div><br>
</div>
<div>
<div>event_route[E_UL_AOR_INSERT] {</div>
<div> xlog("The E_UL_AOR_INSERT event was raised\n");</div>
<div> } </div>
<div><br>
</div>
<div>event_route[E_UL_AOR_DELETE] {</div>
<div> xlog("The E_UL_AOR_DELETE event was raised\n");</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
"opensipsctl fifo ul_rm" I don't see anything. Running
OpenSIPS 1.11.2-notls</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>