pari: branch appliance r231 - /branches/appliance/config/numberplan.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed Jan 10 16:58:27 MST 2007


Author: pari
Date: Wed Jan 10 17:58:26 2007
New Revision: 231

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=231
Log:
Donot display alert for invalid trunks

Modified:
    branches/appliance/config/numberplan.html

Modified: branches/appliance/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/branches/appliance/config/numberplan.html?view=diff&rev=231&r1=230&r2=231
==============================================================================
--- branches/appliance/config/numberplan.html (original)
+++ branches/appliance/config/numberplan.html Wed Jan 10 17:58:26 2007
@@ -165,7 +165,8 @@
 						//return true;
 						addrowtotable( x , sorted_priorities[z] , "undefined" , default_np_data[x][sorted_priorities[z]].digits2strip );
 				}else if(trunk_exists == 0){
-							alert("Note: Calling Rule ("+default_np_data[x][sorted_priorities[z]].rulename+") has an invalid Service Provider\n");
+							rules_nosp.push(default_np_data[x][sorted_priorities[z]].rulename) ;
+							//alert("Note: Calling Rule ("+default_np_data[x][sorted_priorities[z]].rulename+") has an invalid Service Provider\n");
 							$('trunks').selectedIndex = -1;							
 						addrowtotable( x , sorted_priorities[z] , "invalid" , default_np_data[x][sorted_priorities[z]].digits2strip );							
 				}else{



More information about the asterisk-gui-commits mailing list