Ok, thank you, with latest git head the filter works fine!<div><br></div><div>Stephen<br><br><div class="gmail_quote">On Mon, Feb 14, 2011 at 6:02 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">try patch in latest GIT HEAD<br>
<div><div></div><div class="h5"><br>
On Mon, Feb 14, 2011 at 7:04 AM, Chris Hemmings &lt;<a href="mailto:chris@cheeky.org">chris@cheeky.org</a>&gt; wrote:<br>
&gt; This seemed to work for me in Perl:<br>
&gt;<br>
&gt; $con-&gt;sendRecv(&quot;event plain ALL&quot;);<br>
&gt; $con-&gt;sendRecv(&quot;filter Unique-ID &quot;.$uuid);<br>
&gt; $con-&gt;sendRecv(&quot;filter Unique-ID &quot;.$out_uuid);<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Chris<br>
&gt;<br>
&gt; On 14 February 2011 11:46, Stephen Wilde &lt;<a href="mailto:wstephen80@gmail.com">wstephen80@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; If I have 2 uuid (uuid_inbound and uuid_outbound) in an ESL socket<br>
&gt;&gt; outbound application, there is a way to filter events related to this two<br>
&gt;&gt; uuid?<br>
&gt;&gt; If I try to do:<br>
&gt;&gt; connection.filter(&quot;unique-id&quot;, uuid_inbound);<br>
&gt;&gt; connection.filter(&quot;unique-id&quot;, uuid_outbound);<br>
&gt;&gt; it seems that the second filter overwrite the first one and my application<br>
&gt;&gt; receives only uuid_outbound related events.<br>
&gt;&gt; I have tried also an:<br>
&gt;&gt; connection.filter(&quot;unique-id&quot;, uuid_inbound + &quot;|&quot; + uuid_outbound);<br>
&gt;&gt; but in this way no event are received.<br>
&gt;&gt; There is a way to filter 2 specific uuid&#39;s or I have to receive all events<br>
&gt;&gt; and implement the filtering in my ESL application?<br>
&gt;&gt; Stephen<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<div><div></div><div class="h5"><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>
</div></div></blockquote></div><br></div>