From e7fe92f90af8d7064a082d74a79e7b80e42020c1 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 9 Dec 2008 23:12:06 +0000 Subject: [PATCH] Merged revisions 162466 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r162466 | tilghman | 2008-12-09 17:10:34 -0600 (Tue, 09 Dec 2008) | 9 lines Merged revisions 162463 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162463 | tilghman | 2008-12-09 17:08:53 -0600 (Tue, 09 Dec 2008) | 2 lines Oops, should be "tz", not "zonetag". ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@162472 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index ea2bc2b2b6..52c0b41d03 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -10729,7 +10729,7 @@ static int load_config(int reload) adsiver = atoi(val); } } - if ((val = ast_variable_retrieve(cfg, "general", "zonetag"))) { + if ((val = ast_variable_retrieve(cfg, "general", "tz"))) { ast_copy_string(zonetag, val, sizeof(zonetag)); } if ((val = ast_variable_retrieve(cfg, "general", "emailsubject"))) {