mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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.
(cherry picked from commit 2618a4f1e5
)
This commit is contained in:
committed by
Asterisk Development Team
parent
1372eeba51
commit
65fadcbc09
@@ -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