2 ; Asterisk Channel Event Logging (CEL)
5 ; Channel Event Logging is a mechanism to provide fine-grained event information
6 ; that can be used to generate billing information. Such event information can
7 ; be recorded to databases and files via pluggable backend modules.
14 ; Use the 'enable' keyword to turn CEL on or off.
16 ; Accepted values: yes and no
21 ; Application Tracking
23 ; Use the 'apps' keyword to specify the list of applications for which you want
24 ; to receive CEL events. This is a comma separated list of Asterisk dialplan
25 ; applications, such as Dial, Queue, and Park.
27 ; Accepted values: A comma separated list of Asterisk dialplan applications
30 ; Note: You may also use 'all' which will result in CEL events being reported
31 ; for all Asterisk applications. This may affect Asterisk's performance
38 ; Use the 'events' keyword to specify the list of events which you want to be
39 ; raised when they occur. This is a comma separated list of the values in the
42 ; Accepted values: A comma separated list of one or more of the following:
43 ; ALL -- Generate entries on all events
44 ; CHAN_START -- The time a channel was created
45 ; CHAN_END -- The time a channel was terminated
46 ; ANSWER -- The time a channel was answered (ie, phone taken off-hook)
47 ; HANGUP -- The time at which a hangup occurred
48 ; CONF_ENTER -- The time a channel was connected into a conference room
49 ; CONF_EXIT -- The time a channel was removed from a conference room
50 ; CONF_START -- The time the first person enters a conference room
51 ; CONF_END -- The time the last person left a conference room (and
52 ; turned out the lights?)
53 ; APP_START -- The time a tracked application was started
54 ; APP_END -- the time a tracked application ended
55 ; PARK_START -- The time a call was parked
56 ; PARK_END -- Unpark event
57 ; BRIDGE_START -- The time a bridge is started
58 ; BRIDGE_END -- The time a bridge is ended
59 ; 3WAY_START -- When a 3-way conference starts (usually via attended xfer)
60 ; 3WAY_END -- When one or all exit a 3-way conference
61 ; BLINDTRANSFER -- When a blind transfer is initiated
62 ; ATTENDEDTRANSFER -- When an attended transfer is initiated
63 ; TRANSFER -- Generic transfer initiated; not used yet...?
64 ; HOOKFLASH -- So far, when a hookflash event occurs on a DAHDI
66 ; USER_EVENT -- Triggered from the dialplan, and has a name given by the
72 events=APP_START,CHAN_START,CHAN_END,ANSWER,HANGUP,BRIDGE_START,BRIDGE_END
76 ; Use the 'dateformat' keyword to specify the date format used when CEL events
79 ; Accepted values: A strftime format string (see man strftime)
82 ; -> This gives the date and time in the format "2009-06-23 17:02:35"
84 ; If this option is not specified, the default format is "<seconds>.<microseconds>"
85 ; since epoch. The microseconds field will always be 6 digits in length, meaning it
86 ; may have leading zeros.
91 ; Asterisk Manager Interface (AMI) CEL Backend
95 ; AMI Backend Activation
97 ; Use the 'enable' keyword to turn CEL logging to the Asterisk Manager Interface
100 ; Accepted values: yes and no
109 ; Log date/time in GMT
112 ; Set this to the location of the radiusclient-ng configuration file
113 ; The default is /etc/radiusclient-ng/radiusclient.conf
114 ;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf