[asterisk-users] module cel error with bridge events
Administrator
admin at tootai.net
Fri Jul 10 11:06:01 CDT 2020
Hi,
On Asterisk 16.11.1 when enabling cel I get error with BRIDGE_START and
BRIDGE_END events
zone-s*CLI> module reload cel
The module 'cel' reported a reload failure
-- Reloading module 'cel' (CEL Engine)
[2020-07-10 17:57:01] ERROR[16163]: cel.c:428 ast_cel_str_to_event_type:
Unknown event name 'BRIDGE_START'
[2020-07-10 17:57:01] ERROR[16163]: config_options.c:798
aco_process_var: Error parsing
events=APP_START,CHAN_START,CHAN_END,BRIDGE_START,BRIDGE_END,ANSWER,HANGUP
at line 72 of
[2020-07-10 17:57:01] ERROR[16163]: config_options.c:544
process_category: In cel.conf: Processing options for general failed
zone-s*CLI> module reload cel
The module 'cel' reported a reload failure
-- Reloading module 'cel' (CEL Engine)
[2020-07-10 17:57:31] ERROR[16163]: cel.c:428 ast_cel_str_to_event_type:
Unknown event name 'BRIDGE_END'
[2020-07-10 17:57:31] ERROR[16163]: config_options.c:798
aco_process_var: Error parsing
events=APP_START,CHAN_START,CHAN_END,BRIDGE_END,ANSWER,HANGUP at line
72 of
[2020-07-10 17:57:31] ERROR[16163]: config_options.c:544
process_category: In cel.conf: Processing options for general failed
If I remove BRIDGE_START and BRIDGE_END error disappears.
zone-s*CLI> module reload cel
Module 'cel' reloaded successfully.
-- Reloading module 'cel' (CEL Engine)
-- CEL logging enabled.
zone-s*CLI>
Are those 2 events removed from cel ?
--
Daniel
More information about the asterisk-users
mailing list