[Freeswitch-dev] event filter add order

Anton VG anton.vazir at gmail.com
Wed May 25 16:42:08 MSD 2011


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

but if I do

filter Event-Name BACKGROUND_JOB
filter Unique-ID XXXXX
filter Unique-ID YYYY

I receive it

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-dev mailing list