rbrindley: branch 2.0 r4865 - /branches/2.0/config/js/pbx2.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Jun 15 08:49:34 CDT 2009
    
    
  
Author: rbrindley
Date: Mon Jun 15 08:49:31 2009
New Revision: 4865
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4865
Log:
- fixed an issue where pbx.trunks.list didn't properly list providers
- indirectly fixed an issue where non-provider trunks overwrote
  provider trunks
Modified:
    branches/2.0/config/js/pbx2.js
Modified: branches/2.0/config/js/pbx2.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/pbx2.js?view=diff&rev=4865&r1=4864&r2=4865
==============================================================================
--- branches/2.0/config/js/pbx2.js (original)
+++ branches/2.0/config/js/pbx2.js Mon Jun 15 08:49:31 2009
@@ -1499,7 +1499,7 @@
 		types.bri = true;
 		types.iax = true;
 		types.pri = true;
-		types.provider = true;
+		types.providers = true;
 		types.sip = true;
 	}
 
    
    
More information about the asterisk-gui-commits
mailing list