pari: trunk r322 - /trunk/config/setup/6.html
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Mon Feb  5 13:51:22 MST 2007
    
    
  
Author: pari
Date: Mon Feb  5 14:51:21 2007
New Revision: 322
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=322
Log:
Fix: Voicemail Extension has to be undefined digits long -  http://forums.digium.com/viewtopic.php?t=13182 and at http://forums.digium.com/viewtopic.php?t=12806
Modified:
    trunk/config/setup/6.html
Modified: trunk/config/setup/6.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/6.html?view=diff&rev=322&r1=321&r2=322
==============================================================================
--- trunk/config/setup/6.html (original)
+++ trunk/config/setup/6.html Mon Feb  5 14:51:21 2007
@@ -31,6 +31,7 @@
 						return false;
 					}
 					if( parent.localextenlength != $('name').value.length ){
+						if(typeof parent.localextenlength == "undefined"){ parent.localextenlength = 4; }
 						alert("The Voicemail Extension has to be " + parent.localextenlength + " digits long" );
 						return false;
 					}
    
    
More information about the asterisk-gui-commits
mailing list