aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 20:08:29 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 20:08:29 +0000
commit67374dd9293eef097a138a005f28f6cf372f189f (patch)
tree9cf0b05a4a0e6777bb46abd23a1cc0f785a1011a /apps/app_followme.c
parent2945cbf4cc603292be95dadb8a3bec4d9fcd7d9c (diff)
fix a typo in an option name in config parsing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32884 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_followme.c')
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index d0a8d3c08..c133b05cb 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -234,7 +234,7 @@ static void profile_set_param(struct ast_call_followme *f, const char *param, co
ast_copy_string(f->nextindp, val, sizeof(f->nextindp));
} else if (!strcasecmp(param, "call-from-prompt")) {
ast_copy_string(f->callfromprompt, val, sizeof(f->callfromprompt));
- } else if (!strcasecmp(param, "followme-recording-prompt")) {
+ } else if (!strcasecmp(param, "followme-norecording-prompt")) {
ast_copy_string(f->norecordingprompt, val, sizeof(f->norecordingprompt));
} else if (!strcasecmp(param, "followme-options-prompt")) {
ast_copy_string(f->optionsprompt, val, sizeof(f->optionsprompt));