rbrindley: branch 2.0 r4685 - /branches/2.0/config/js/pbx2.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Apr  1 11:40:08 CDT 2009
    
    
  
Author: rbrindley
Date: Wed Apr  1 11:40:04 2009
New Revision: 4685
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4685
Log:
- providers instead of provider
(closes issue #14803)
Reported by: conceptbs
Modified:
    branches/2.0/config/js/pbx2.js
Modified: branches/2.0/config/js/pbx2.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/pbx2.js?view=diff&rev=4685&r1=4684&r2=4685
==============================================================================
--- branches/2.0/config/js/pbx2.js (original)
+++ branches/2.0/config/js/pbx2.js Wed Apr  1 11:40:04 2009
@@ -1139,7 +1139,7 @@
  * Trunks object.
  */
 pbx.trunks = {
-	trunk_types: ['analog', 'bri', 'iax', 'pri', 'provider', 'sip']
+	trunk_types: ['analog', 'bri', 'iax', 'pri', 'providers', 'sip']
 };
 
 /**
@@ -1407,7 +1407,7 @@
 		}
 
 		if (!sessionData.pbxinfo.trunks.hasOwnProperty(type)) {
-			top.log.debug('pbx.trunks.list: ' + type + 'is not a type of trunk.');
+			top.log.debug('pbx.trunks.list: ' + type + ' is not a type of trunk.');
 			continue;
 		}
 
    
    
More information about the asterisk-gui-commits
mailing list