[asterisk-commits] tilghman: trunk r162466 - in /trunk: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 9 17:10:36 CST 2008
Author: tilghman
Date: Tue Dec 9 17:10:34 2008
New Revision: 162466
URL: http://svn.digium.com/view/asterisk?view=rev&rev=162466
Log:
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".
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=162466&r1=162465&r2=162466
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue Dec 9 17:10:34 2008
@@ -10842,7 +10842,7 @@
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"))) {
More information about the asterisk-commits
mailing list