<br><br><div class="gmail_quote">On Wed, Sep 9, 2009 at 1:36 PM, Michael Collins <span dir="ltr"><<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="im">On Wed, Sep 9, 2009 at 10:17 AM, Dome Charoenyost <span dir="ltr"><<a href="mailto:dome@tel.co.th" target="_blank">dome@tel.co.th</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear All,<br>
I'm looking for document,example for /filter command.<br>
where to get it ?<br></blockquote></div><div><br>This is a handy way to add filters to what you see on the fs_cli. Event sockets allow for filters and the "/filter" command lets you add them to your fs_cli session.<br>
<br>Check this page for specifics:<br><a href="http://wiki.freeswitch.org/wiki/Mod_event_socket#filter" target="_blank">http://wiki.freeswitch.org/wiki/Mod_event_socket#filter</a><br><br>-MC<br></div></div><br>
</blockquote></div><br>Also, I forgot to mention that this is used in conjunction with the "/event' command. Open fs_cli and execute these commands:<br><br>/log 0<br>/event plain all<br><br>At this point you will get no log messages and just events. Now you can filter them as needed. Example:<br>
<br>/filter Event-Name CHANNEL_EXECUTE<br><br>Have fun!<br>-MC<br>