From: Mark Spencer Date: Tue, 29 Jun 2004 11:40:54 +0000 (+0000) Subject: Fix small typo (bug #1945) X-Git-Tag: 1.0.0-rc1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196112076c02b2791d9a65d86275319dcfa1ad4f;p=thirdparty%2Fasterisk.git Fix small typo (bug #1945) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3341 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index ae76c3a22b..ec77e8f51f 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -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; }