Dear friends,<br> I've tried to delete the filter which I applied for an unique id. But, it doesn't work. After executing 'filter delete', I am receiving the events from that uuid.<br> I used the command as 'filter delete unique-id c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565'.<br>
<br>I did the following operations.<br> Made call to the event socket.<br> Registered events for all. (events plain all).<br> Applied filter for the uuid. (filter unique-id aa3cb8ea-0b2f-11df-9e84-fb15c3cd8565).<br>
I've got a new uuid by using create_uuid.<br> Applied filter for this new uuid. (filter unique-id c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565)<br> Originated a call with that uuid.<br> Now, I could receive events from both uuids. (Tested by giving DTMFs in both end and checked unique-id in event header).<br>
Then, I wanted to delete a uuid from the filter. (filter delete unique-id c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565).<br> I thought, i won't receive the events from this deleted unique-id. But, I received the dtmfs from both unique-id.<br clear="all">
<br>I'm using 'FreeSWITCH Version 1.0.trunk (15982)'.<br>-- <br>Regards,<br>Nagalenoj H.<br>