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

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Mar 26 11:21:07 CDT 2009


Author: rbrindley
Date: Thu Mar 26 11:21:06 2009
New Revision: 4666

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

- hrm...might need to return trunks when you list em


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=4666&r1=4665&r2=4666
==============================================================================
--- team/rbrindley/astman_revamp/config/js/pbx2.js (original)
+++ team/rbrindley/astman_revamp/config/js/pbx2.js Thu Mar 26 11:21:06 2009
@@ -1418,6 +1418,8 @@
 			top.log.error('pbx.trunks.list: ' + err);
 		}
 	}
+
+	return trunks;
 };
 
 /**




More information about the asterisk-gui-commits mailing list