summaryrefslogtreecommitdiff
path: root/main/features.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-03-26 18:39:06 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-03-26 18:39:06 +0000
commitef4eff9a9bcce416c25c089c4f86fd0b78d79028 (patch)
treee3b98ea87c1f245716b009b4b7173c660297f04e /main/features.c
parentcaf7b47b69d29e669aca53634bbcfbf74d23de1d (diff)
Add the "config reload <conffile>" command, which allows you to tell Asterisk
to reload any file that references a given configuration file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index 452198540..2c0aab678 100644
--- a/main/features.c
+++ b/main/features.c
@@ -2594,7 +2594,7 @@ static int load_config(void)
atxferdropcall = DEFAULT_ATXFER_DROP_CALL;
atxfercallbackretries = DEFAULT_ATXFER_CALLBACK_RETRIES;
- cfg = ast_config_load("features.conf", config_flags);
+ cfg = ast_config_load2("features.conf", "features", config_flags);
if (!cfg) {
ast_log(LOG_WARNING,"Could not load features.conf\n");
return 0;