]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add master-file-only option to mod_cdr_csv's sample config file
authorMathieu Rene <mrene@avgs.ca>
Tue, 8 Sep 2009 15:01:55 +0000 (15:01 +0000)
committerMathieu Rene <mrene@avgs.ca>
Tue, 8 Sep 2009 15:01:55 +0000 (15:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14787 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/cdr_csv.conf.xml

index 137f15ce4504927fda1110abcfb4686d186ca955..bcefd460b436c780090223383303c303d73ea8ea 100644 (file)
@@ -8,6 +8,8 @@
     <param name="rotate-on-hup" value="true"/>
     <!-- may be a b or ab -->
     <param name="legs" value="a"/>
+       <!-- Only log in Master.csv -->
+       <!-- <param name="master-file-only" value="true"/> -->
   </settings>
   <templates>
     <template name="sql">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}");</template>