mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
cdr_custom: Allow absolute filenames.
A follow up to #893 that brings the same functionality to cdr_custom. Also update the sample configuration files to note support for absolute paths.
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
a988506a3e
commit
befe46162b
@@ -16,6 +16,11 @@
|
||||
; You can also create more than one template if desired. All logs will appear
|
||||
; in the cel-custom directory under your Asterisk logs directory.
|
||||
;
|
||||
; Alternatively, you can also specify the location of your CSV file using an
|
||||
; absolute path, e.g.:
|
||||
;
|
||||
; /srv/pbx/cel/Master.csv => ${CSV_QUOTE(${eventtype})},...
|
||||
;
|
||||
|
||||
;
|
||||
; Within a mapping, use the CALLERID() and CHANNEL() functions to retrieve
|
||||
|
||||
Reference in New Issue
Block a user