pari: trunk r277 - /trunk/config/incoming.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Jan 22 08:04:47 MST 2007
Author: pari
Date: Mon Jan 22 09:04:46 2007
New Revision: 277
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=277
Log:
0008882: Incoming call rules table not correctly formatted immediately after adding a rule
Modified:
trunk/config/incoming.html
Modified: trunk/config/incoming.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/incoming.html?view=diff&rev=277&r1=276&r2=277
==============================================================================
--- trunk/config/incoming.html (original)
+++ trunk/config/incoming.html Mon Jan 22 09:04:46 2007
@@ -264,7 +264,8 @@
didtrunks[temp_provider][newpattern] = new Object();
didtrunks[temp_provider][newpattern].priority = temp_priority;
didtrunks[temp_provider][newpattern].action = temp_action ;
- addrowtotable(newpattern,temp_provider,temp_action,temp_priority) ; // a is pattern, b is DID_trunk, c is action, d is priority
+ //addrowtotable(newpattern,temp_provider,temp_action,temp_priority) ; // a is pattern, b is DID_trunk, c is action, d is priority
+ refreshtable();
$('userscontent').style.display = "none";
$('bg_transparent').style.display ='none';
},
More information about the asterisk-gui-commits
mailing list