Hi,<br>Is it possible to filter specific events for a particular uuid through ESL. I am using it from a PHP application as follows:<br><br>$sock-&gt;SendRecv(&quot;events plain ALL&quot;);<br>$sock-&gt;SendRecv(&quot;filter unique-id 12345&quot;);<br>
$sock-&gt;sendRecv(&quot;filter Event-Name CHANNEL_ANSWER&quot;);<br>$sock-&gt;sendRecv(&quot;filter Event-Name CHANNEL_HANGUP&quot;);<br>$sock-&gt;sendRecv(&quot;filter Event-Name CHANNEL_HANGUP_COMPLETE&quot;);<br><br>In the case above, I start seeing the events coming from CHANNEL_ANSWER and thereafter all events for that uuid is received.<br>
Even if I write:<br><br>$sock2-&gt;SendRecv(&quot;events plain ALL&quot;);<br>$sock2-&gt;SendRecv(&quot;filter unique-id 12345&quot;);<br>$sock2-&gt;sendRecv(&quot;filter Event-Name CHANNEL_HANGUP_COMPLETE&quot;);<br><br>
I get all the events belonging to uuid 12345 starting from CHANNEL_ANSWER event name. I also tried doing &quot;myevents 12345 plain&quot; and then applying filters but it still doesnt work as expected.<br>I tried googling a bit but could&#39;nt find much help. Anybody pointing me to a proper direction in this regards is highly appreciated.<br>
<br>Thanks,<br><br>--- Jayesh<br>