summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-08-09 12:52:04 +0000
committerRussell Bryant <russell@russellbryant.com>2010-08-09 12:52:04 +0000
commit954c5a87ff66da6acd5b4af262b95dc200ccae87 (patch)
tree69decb87f544aebd7650b4c46fc941ae6092d34e /configs
parent0dffa5f7190ae9de2aa0f898ed394cb56dfbc7c5 (diff)
Merged revisions 281325 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r281325 | russell | 2010-08-09 07:51:43 -0500 (Mon, 09 Aug 2010) | 2 lines Add a couple of default values to the documentation of cdr.conf. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@281326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cdr.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/cdr.conf.sample b/configs/cdr.conf.sample
index d78a065a1..b0c38c6cf 100644
--- a/configs/cdr.conf.sample
+++ b/configs/cdr.conf.sample
@@ -32,7 +32,7 @@
; Normally, CDR's are not closed out until after all extensions are finished
; executing. By enabling this option, the CDR will be ended before executing
; the "h" extension so that CDR values such as "end" and "billsec" may be
-; retrieved inside of of this extension.
+; retrieved inside of of this extension. The default value is "no".
;endbeforehexten=no
; Normally, the 'billsec' field logged to the backends (text files or databases)
@@ -42,6 +42,7 @@
; that were initiated (a sort of round up method). Technically, this is
; when the microsecond part of the end time is greater than the microsecond
; part of the answer time, then the billsec time is incremented one second.
+; The default value is "no".
;initiatedseconds=no
; Define the CDR batch mode, where instead of posting the CDR at the end of