pari: branch asterisknow r2014 -	/branches/asterisknow/config/cfgbasic.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Dec 19 16:00:12 CST 2007
    
    
  
Author: pari
Date: Wed Dec 19 16:00:12 2007
New Revision: 2014
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2014
Log:
disabling CDR log feature for the time being
Modified:
    branches/asterisknow/config/cfgbasic.html
Modified: branches/asterisknow/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cfgbasic.html?view=diff&rev=2014&r1=2013&r2=2014
==============================================================================
--- branches/asterisknow/config/cfgbasic.html (original)
+++ branches/asterisknow/config/cfgbasic.html Wed Dec 19 16:00:12 2007
@@ -216,7 +216,7 @@
 	newpanel( ["System Info", "sysinfo.html", "System Information."]);
 	newpanel( ["Asterisk Logs", "syslog.html", "Asterisk Log messages."]);
 	// newpanel( ["CDR Configuration", "cdr_conf.html", "CDR Engine Configuration."]); // Uncomment when cdr_conf.html is finished, there are still some errors. 
-	newpanel( ["CDR Reader", "cdr_conf.html", "Read all your call records from Asterisk."]);
+	//newpanel( ["CDR Reader", "cdr_conf.html", "Read all your call records from Asterisk."]);
 	newpanel( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
 	newpanel( ["Asterisk CLI", "cli.html", "Asterisk Command Line Interface"]);
 	//newpanel( ["GUI Access", "http_options.html", "GUI Access settings."]);
    
    
More information about the asterisk-gui-commits
mailing list