Skip to content

Commit

Permalink
event filters fix (2600hz#2880)
Browse files Browse the repository at this point in the history
* qf-filters generated fs vars misses some vars

* formatting & whitespaces

* missing comma
  • Loading branch information
lazedo authored and k-anderson committed Dec 6, 2016
1 parent 38a816b commit 5f01456
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 2 deletions.
8 changes: 6 additions & 2 deletions applications/ecallmgr/src/ecallmgr.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-include_lib("kazoo_documents/include/kazoo_documents.hrl").

-include("fs_event_filters.hrl").
-include("fs_mod_kazoo_event_filters.hrl").

-define(ECALLMGR_UTIL_CACHE, 'ecallmgr_util_cache').
-define(ECALLMGR_AUTH_CACHE, 'ecallmgr_auth_cache').
Expand Down Expand Up @@ -508,8 +509,11 @@
]).

-define(FS_EVENT_FILTERS,
?FS_GENERATED_EVENT_FILTERS
++ ?CONFERENCE_VARS
lists:usort(
?FS_GENERATED_EVENT_FILTERS
++ ?CONFERENCE_VARS
++ ?FS_MOD_KAZOO_EVENT_FILTERS
)
).

-define(ECALLMGR_HRL, 'true').
Expand Down
Loading

0 comments on commit 5f01456

Please sign in to comment.