Displaying 1 result from an estimated 1 matches for "__channel".
2013 Jul 18
1
CEL custom variable in outbound channel
...ted?
If I read the docs correctly CEL uses a predefined set of values, which
mostly come from the CHANNEL function, but it cannot just pull the value of
any channel variable/function and put it in the event. Also I don't think
that there is any such thing as function value inheritance (setting
__CHANNEL(userfiled) so it is inherited so to say).
I didn't test it myself, but there is a configuration option in
manager.conf that allows a list of variables to be defined and they will
then be automatically included in AMI events.
Is there something similar for CEL events (with sqlite backend if th...