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

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Mar 11 08:11:01 CDT 2009


Author: rbrindley
Date: Wed Mar 11 08:10:58 2009
New Revision: 4600

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

- improved debugging for an extensions.conf update error


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=4600&r1=4599&r2=4600
==============================================================================
--- team/rbrindley/astman_revamp/config/js/pbx2.js (original)
+++ team/rbrindley/astman_revamp/config/js/pbx2.js Wed Mar 11 08:10:58 2009
@@ -301,6 +301,7 @@
 	if (!resp.contains('Response: Success')) {
 		top.log.error('pbx.trunks.add: error adding trunk to extensions.conf');
 		top.log.error(resp);
+		top.log.debug('pbx.trunks.add: removing entree in users.conf due to error.');
 
 		users_conf.clearActions();
 		users_conf.new_action('delcat', name, '', '');




More information about the asterisk-gui-commits mailing list