dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@281326 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2010-08-09 12:52:04 +00:00
parent 5a5a70cbe2
commit 876db12eb2
1 changed files with 2 additions and 1 deletions

View File

@ -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