pari: branch asterisknow r2109 - /branches/asterisknow/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Jan 8 17:22:23 CST 2008


Author: pari
Date: Tue Jan  8 17:22:22 2008
New Revision: 2109

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2109
Log:
save loadZone as defaultzone also 

Modified:
    branches/asterisknow/config/digital.html

Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=2109&r1=2108&r2=2109
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Tue Jan  8 17:22:22 2008
@@ -871,7 +871,7 @@
 				// FXS ports will be fxo signalled
 			}
 			uri += build_action('append', c, context, 'loadzone', _$('loadZone').value); c++;
-			uri += build_action('append', c, context, 'defaultzone', 'us'); c++;
+			uri += build_action('append', c, context, 'defaultzone', _$('loadZone').value); c++;
 
 
 		}();




More information about the asterisk-gui-commits mailing list