[asterisk-commits] tilghman: branch 1.4 r162463 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 9 17:08:54 CST 2008
Author: tilghman
Date: Tue Dec 9 17:08:53 2008
New Revision: 162463
URL: http://svn.digium.com/view/asterisk?view=rev&rev=162463
Log:
Oops, should be "tz", not "zonetag".
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=162463&r1=162462&r2=162463
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Tue Dec 9 17:08:53 2008
@@ -8667,7 +8667,7 @@
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")))
More information about the asterisk-commits
mailing list