From 8a7982c1ff7a5014fc0c23512025b29e00a0f4c8 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 9 Dec 2008 23:08:53 +0000 Subject: [PATCH] Oops, should be "tz", not "zonetag". git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@162463 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 b0c12eef8d..c6f24086c3 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -8667,7 +8667,7 @@ static int load_config(void) tmpread = tmpwrite + 1; } } - if ((s = ast_variable_retrieve(cfg, "general", "zonetag"))) { + if ((s = ast_variable_retrieve(cfg, "general", "tz"))) { ast_copy_string(zonetag, s, sizeof(zonetag)); } if ((s = ast_variable_retrieve(cfg, "general", "pagersubject")))