mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-09 03:45:27 +00:00
fix a typo in an option name in config parsing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32884 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user