mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Fix small typo (bug #1945)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3341 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -891,7 +891,7 @@ zapretry:
|
||||
default:
|
||||
menu_active = 0;
|
||||
/* Play an error message! */
|
||||
if (!ast_streamfile(chan, "errormenu", chan->language))
|
||||
if (!ast_streamfile(chan, "conf-errormenu", chan->language))
|
||||
ast_waitstream(chan, "");
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user