Add master-file-only option to mod_cdr_csv's sample config file

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14787 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-09-08 15:01:55 +00:00
parent 39574eeb00
commit c6dbca5425
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<param name="rotate-on-hup" value="true"/> <param name="rotate-on-hup" value="true"/>
<!-- may be a b or ab --> <!-- may be a b or ab -->
<param name="legs" value="a"/> <param name="legs" value="a"/>
<!-- Only log in Master.csv -->
<!-- <param name="master-file-only" value="true"/> -->
</settings> </settings>
<templates> <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> <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>