rbrindley: branch rbrindley/astman_revamp r4688 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Apr 1 12:41:39 CDT 2009


Author: rbrindley
Date: Wed Apr  1 12:41:36 2009
New Revision: 4688

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4688
Log:

- merged latest from branches/2.0


Modified:
    team/rbrindley/astman_revamp/config/js/pbx2.js

Modified: team/rbrindley/astman_revamp/config/js/pbx2.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/pbx2.js?view=diff&rev=4688&r1=4687&r2=4688
==============================================================================
--- team/rbrindley/astman_revamp/config/js/pbx2.js (original)
+++ team/rbrindley/astman_revamp/config/js/pbx2.js Wed Apr  1 12:41:36 2009
@@ -1138,7 +1138,7 @@
  * Trunks object.
  */
 pbx.trunks = {
-	trunk_types: ['analog', 'bri', 'iax', 'pri', 'provider', 'sip']
+	trunk_types: ['analog', 'bri', 'iax', 'pri', 'providers', 'sip']
 };
 
 /**
@@ -1406,7 +1406,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