diff --git a/conf/autoload_configs/cdr_csv.conf.xml b/conf/autoload_configs/cdr_csv.conf.xml
index 87ebc42495..39612d3e8a 100644
--- a/conf/autoload_configs/cdr_csv.conf.xml
+++ b/conf/autoload_configs/cdr_csv.conf.xml
@@ -6,6 +6,7 @@
+ INSERT INTO cdr VALUES ("${caller_id_name}","${caller_id_number}","${destination_number}","${context}","${start_stamp}","${answer_stamp}","${end_stamp}","${duration}","${billsec}","${hangup_cause}","${uuid}","${bleg_uuid}", "${accountcode}");
"${caller_id_name}","${caller_id_number}","${destination_number}","${context}","${start_stamp}","${answer_stamp}","${end_stamp}","${duration}","${billsec}","${hangup_cause}","${uuid}","${bleg_uuid}", "${accountcode}"
"${accountcode}","${caller_id_number}","${destination_number}","${context}","${caller_id}","${channel_name}","${bridge_channel}","${last_app}","${last_arg}","${start_stamp}","${answer_stamp}","${end_stamp}","${duration}","${billsec}","${hangup_cause}","${amaflags}","${uuid}","${userfield}"
diff --git a/conf/autoload_configs/console.conf.xml b/conf/autoload_configs/console.conf.xml
index 12407ee248..76508cb17e 100644
--- a/conf/autoload_configs/console.conf.xml
+++ b/conf/autoload_configs/console.conf.xml
@@ -6,7 +6,7 @@
name can be a file name, function name or 'all'
value is one or more of debug,info,notice,warning,err,crit,alert,all
-->
-
+