aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_amd.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 22:26:16 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 22:26:16 +0000
commit8dce4aeeb712a43a934f8b7ade2658f3d328e11b (patch)
tree20eaddd33d39c38c4c7a932da14d19b627d4c04e /apps/app_amd.c
parent0f01315346030c3b48d2bd14043d422bdf293319 (diff)
Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35185 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_amd.c')
-rw-r--r--apps/app_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_amd.c b/apps/app_amd.c
index b5acb9682..1ffc463b2 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -346,7 +346,7 @@ static void load_config(void)
cat = ast_category_browse(cfg, NULL);
while (cat) {
- if (!strcasecmp(cat, "amd") ) {
+ if (!strcasecmp(cat, "general") ) {
var = ast_variable_browse(cfg, cat);
while (var) {
if (!strcasecmp(var->name, "initial_silence")) {