summaryrefslogtreecommitdiff
path: root/configs/cdr_tds.conf.sample
diff options
context:
space:
mode:
authorBradley Latus <brad.latus@gmail.com>2010-06-08 23:48:17 +0000
committerBradley Latus <brad.latus@gmail.com>2010-06-08 23:48:17 +0000
commit4405813297fa41d441ab2cb28387df09b90aea68 (patch)
treeb9c0a6d9e565124104804ec2cb1e31a3c6b5ea41 /configs/cdr_tds.conf.sample
parent3c26b511e03ac9dde860787f2cf3cf2ad06df495 (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: https://origsvn.digium.com/svn/asterisk/trunk@269153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/cdr_tds.conf.sample')
-rw-r--r--configs/cdr_tds.conf.sample11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/cdr_tds.conf.sample b/configs/cdr_tds.conf.sample
index a2a0adc5a..309599e5f 100644
--- a/configs/cdr_tds.conf.sample
+++ b/configs/cdr_tds.conf.sample
@@ -65,3 +65,14 @@
; Default value: iso_1
;charset=BIG5
+
+; High Resolution Times
+;
+; The 'hrtime' setting is used to store high resolution (sub second) times for
+; billsec and duration fields.
+;
+; Accepted value: true or false
+; Default value: false
+
+;hrtime=false
+