mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +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
@@ -43,8 +43,7 @@
|
||||
#include "asterisk/threadstorage.h"
|
||||
#include "asterisk/strings.h"
|
||||
|
||||
#define CUSTOM_LOG_DIR "/cel_custom"
|
||||
#define CONFIG "cel_custom.conf"
|
||||
#define CONFIG "cel_custom.conf"
|
||||
|
||||
AST_THREADSTORAGE(custom_buf);
|
||||
|
||||
|
Reference in New Issue
Block a user