aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 23:08:53 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 23:08:53 +0000
commitd0ad4f3079c985bca286925377803bfe4b15594f (patch)
tree1f9c29bddd650f06c359159ed508676b3f602836 /apps/app_voicemail.c
parent9269b46da804da1972fd15ec830b79e43d34b12f (diff)
Oops, should be "tz", not "zonetag".
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@162463 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
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")))