From d0ad4f3079c985bca286925377803bfe4b15594f Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 9 Dec 2008 23:08:53 +0000 Subject: Oops, should be "tz", not "zonetag". git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@162463 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index b0c12eef8..c6f24086c 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"))) -- cgit v1.2.3