bkruse: branch asterisknow r1550 - in /branches/asterisknow: ./ config/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Sat Sep 8 11:59:39 CDT 2007


Author: bkruse
Date: Sat Sep  8 11:59:39 2007
New Revision: 1550

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1550
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:
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/voicemail.html

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sat Sep  8 11:59:39 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520,1530,1534,1540,1544
+/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520,1530,1534,1540,1544,1548

Modified: branches/asterisknow/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/voicemail.html?view=diff&rev=1550&r1=1549&r2=1550
==============================================================================
--- branches/asterisknow/config/voicemail.html (original)
+++ branches/asterisknow/config/voicemail.html Sat Sep  8 11:59:39 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>&nbsp;Playback Options:&nbsp;</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