From 67374dd9293eef097a138a005f28f6cf372f189f Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 7 Jun 2006 20:08:29 +0000 Subject: 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 --- apps/app_followme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_followme.c') 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)); -- cgit v1.2.3