[asterisk-commits] rmudgett: branch rmudgett/hangup_handlers r369218 - /team/rmudgett/hangup_han...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jun 22 15:11:21 CDT 2012


Author: rmudgett
Date: Fri Jun 22 15:11:19 2012
New Revision: 369218

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369218
Log:
Add note about hangup handlers respecting the endbeforehexten CDR config option.

Modified:
    team/rmudgett/hangup_handlers/configs/cdr.conf.sample

Modified: team/rmudgett/hangup_handlers/configs/cdr.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/hangup_handlers/configs/cdr.conf.sample?view=diff&rev=369218&r1=369217&r2=369218
==============================================================================
--- team/rmudgett/hangup_handlers/configs/cdr.conf.sample (original)
+++ team/rmudgett/hangup_handlers/configs/cdr.conf.sample Fri Jun 22 15:11:19 2012
@@ -36,8 +36,9 @@
 
 ; 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.  The default value is "no".
+; the "h" extension and hangup handlers so that CDR values such as "end" and
+; "billsec" may be 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)




More information about the asterisk-commits mailing list