bkruse: trunk r1549 - in /trunk: ./ config/voicemail.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Sat Sep 8 11:59:28 CDT 2007
Author: bkruse
Date: Sat Sep 8 11:59:27 2007
New Revision: 1549
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1549
Log:
Merged revisions 1548 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1548 | bkruse | 2007-09-08 11:58:42 -0500 (Sat, 08 Sep 2007) | 7 lines
Fixes a bug where if you choose to only
send voicemail via email, to also delete
the message so you cannot receive it through
comedian mail. Thanks for the patch Corydon,
great work!
(closes issue #10664)
........
Modified:
trunk/ (props changed)
trunk/config/voicemail.html
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/voicemail.html?view=diff&rev=1549&r1=1548&r2=1549
==============================================================================
--- trunk/config/voicemail.html (original)
+++ trunk/config/voicemail.html Sat Sep 8 11:59:27 2007
@@ -34,7 +34,7 @@
var usercallbacks = new Object;
var voicemailcallbacks = new Object;
var localextenlength;
-var vmfields = ['attach' ,'attachfmt' ,'cancel' ,'emailonly' ,'envelope' ,'maxgreet' ,'maxmessage' ,'maxmsg' ,'minmessage' ,'operator' ,'review' ,'save' ,'saycid' ,'sayduration'];
+var vmfields = ['attach' ,'attachfmt' ,'cancel' ,'deletevoicemail' ,'envelope' ,'maxgreet' ,'maxmessage' ,'maxmsg' ,'minmessage' ,'operator' ,'review' ,'save' ,'saycid' ,'sayduration'];
var fields = new Array('name');
@@ -123,7 +123,7 @@
}
callbacks.postselect = function(box, val) {
- var fields_to_disable = new Array('attach', 'saycid', 'sayduration', 'emailonly', 'maxmsg', 'maxmessage', 'minmessage', 'operator', 'attachfmt', 'review', 'envelope', 'maxgreet');
+ var fields_to_disable = new Array('attach', 'saycid', 'sayduration', 'deletevoicemail', 'maxmsg', 'maxmessage', 'minmessage', 'operator', 'attachfmt', 'review', 'envelope', 'maxgreet');
parent.$('tooltip').innerHTML = parent.tooltip_default ;
if( box.selectedIndex == -1)
return true;
@@ -388,7 +388,7 @@
<div> <fieldset style="width: 225px;">
<legend> Playback Options: </legend>
<table align='center' cellpadding=1 cellspacing=0 border=0 width=270>
- <tr> <td><input type='checkbox' id='emailonly'></td>
+ <tr> <td><input type='checkbox' id='deletevoicemail'></td>
<td class="field_text" tip="en,voicemail,4">Send messages by e-mail only</td>
</tr>
More information about the asterisk-gui-commits
mailing list