VoicemailMain exits on any key, when the language is set to Italian, instead of

properly handling the key (issue 7353).


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@34242 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Tilghman Lesher 20 years ago
parent 55ba8ef5c4
commit 2159afd1ae

@ -4121,7 +4121,7 @@ static int vm_intro_it(struct ast_channel *chan, struct vm_state *vms)
ast_play_and_wait(chan, "vm-vecchi") ||
ast_play_and_wait(chan, "vm-messages");
}
return res ? -1 : 0;
return res;
}
/* SWEDISH syntax */

Loading…
Cancel
Save