aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_syslog.conf.sample
diff options
context:
space:
mode:
authorsnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 23:48:17 +0000
committersnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 23:48:17 +0000
commitb9d2b2684d6dfde3759cbbc84dfb6aa11d0e3b60 (patch)
treeb9c0a6d9e565124104804ec2cb1e31a3c6b5ea41 /configs/cdr_syslog.conf.sample
parent6db8e08fa31bc24296db13621a207e435834fdcd (diff)
Add High Resolution Times to CDRs for Asterisk
People expressed an interest in having access to the exact length of calls to a finer degree than seconds. See the CHANGES and UPGRADE.txt for usage also updated the sample configs to note the change. Patch by snuffy. (closes issue #16559) Reported by: cianmaher Tested by: cianmaher, snuffy Review: https://reviewboard.asterisk.org/r/461/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269153 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr_syslog.conf.sample')
-rw-r--r--configs/cdr_syslog.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/cdr_syslog.conf.sample b/configs/cdr_syslog.conf.sample
index 70c95680a..3a619be9f 100644
--- a/configs/cdr_syslog.conf.sample
+++ b/configs/cdr_syslog.conf.sample
@@ -73,6 +73,8 @@
;template = "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration)}","${CDR(billsec)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}"
+; High Resolution Time for billsec and duration fields
+;template = "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration,f)}","${CDR(billsec,f)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}"
;[cdr-simple]
; Since we don't specify a facility or priority for this logging location, the