dect
/
asterisk
Archived
13
0
Fork 0

Fix small typo (bug #1945)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3341 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-06-29 11:40:54 +00:00
parent 53b18116f3
commit a6d8f5834d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}