pari: branch asterisknow r2106 - /branches/asterisknow/config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Jan 8 16:47:41 CST 2008


Author: pari
Date: Tue Jan  8 16:47:41 2008
New Revision: 2106

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2106
Log:
set REQUIRE_RESTART flag to true whenever an Analog trunk is added/edited !!

Modified:
    branches/asterisknow/config/trunks.html

Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=2106&r1=2105&r2=2106
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Tue Jan  8 16:47:41 2008
@@ -352,7 +352,7 @@
 	update_used_fxos();
 	var _hiddenglobals = _$('hiddenglobals') ;
 	//if ( !( _$('trunkstylevoip').checked && _$('trunkstylecustomvoip').checked )  ) { isAnalog = true; }
-	if ( _$('trunkstyleanalog').checked ) { isAnalog = true; }
+	if ( _$('trunkstyleanalog').checked ) { isAnalog = true; parent.REQUIRE_RESTART = true;}
 
 	if(isnewtrunk == 1){ //New Trunk created , add [DID_trunk_x] in extensions.conf
 		add_didcontext(_$('name').value);




More information about the asterisk-gui-commits mailing list