[Freeswitch-users] ESL event filter work scheme
Anton VG
anton.vazir at gmail.com
Thu May 26 18:44:04 MSD 2011
Trying to find out if the given is intended behavior or not:
I am noticed that I do not receive the BACKGROUND_JOB event if filter
for the given event is added after filter on Unique-ID filter.
e.g. if I do
filter Unique-ID XXXXX
filter Unique-ID YYYY
filter Event-Name BACKGROUND_JOB
I do not receive the BACKGROUND_JOB event at all, only events
consisting filtered UUIDs
but if I do:
filter Event-Name BACKGROUND_JOB
filter Unique-ID XXXXX
filter Unique-ID YYYY
I receive it, and other events with my UUID too.
Seems a little odd, since described that it's a filter in
Is the given intended behavior or a bug?
More information about the FreeSWITCH-users
mailing list