<br><br><div class="gmail_quote">2009/4/15 Ron McCarthy <span dir="ltr">&lt;<a href="mailto:ronmccar@gmail.com">ronmccar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>We have several context setup with different users, all in the directory with IP based auth.<br><br>Anyway we can turn on debug for just one context/user in the directory, when lots of people are making calls it&#39;s hard to see traffic to just for one user, and troubleshoot.<br>

</blockquote><div><br>The only way I&#39;ve been able to do anything close to this is to parse the log files after the fact, but even then it&#39;s not easy. I find the channel name and/or uuid of the call and then grep the log file for either of those. I recommend using log rotation if you are going to do that otherwise you&#39;ll have huge files to deal with. (I like using &quot;fsctl send_sighup&quot; for that.)<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Also, anyway you can show the status of a user in the directory? Far as like if the other side is reachable, I have not been able to find a way to!<br>
</blockquote><div><br>Do you mean if the user is offhook or not? Or just if the phone is registered? You can use the FS API command &quot;user_exists&quot;:<br><br>user_exists id 1000 192.168.1.1<br><br>returns &quot;true&quot; or &quot;false&quot;<br>
<br>-MC<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>THanks<br><br>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>