[asterisk-commits] murf: branch 1.6.1 r140059 - /branches/1.6.1/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Aug 26 11:01:37 CDT 2008
    
    
  
Author: murf
Date: Tue Aug 26 11:01:37 2008
New Revision: 140059
URL: http://svn.digium.com/view/asterisk?view=rev&rev=140059
Log:
Blocked revisions 140057 via svnmerge
........
r140057 | murf | 2008-08-26 09:57:49 -0600 (Tue, 26 Aug 2008) | 21 lines
(closes issue #13366)
Reported by: erousseau
This was a reasonable enhancement request, which was
easy to implement. Since it's an enhancement, it 
could only be applied to trunk.
Basically, for accounting where "initiated" seconds
are billed for, if the microseconds field on the end
time is greater than the microseconds field for the
answer time, add one second to the billsec field.
The implementation was requested by erousseau, and
I've implemented it as requested. I've updated the
CHANGES, the cdr.conf.sample, and the .h files
accordingly, to accept and set a flag for the
corresponding new option. cdr.c adds in the extra
second based on the usec fields if the option is
set. Tested, seems to be working fine.
........
Modified:
    branches/1.6.1/   (props changed)
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
--- trunk-blocked (original)
+++ trunk-blocked Tue Aug 26 11:01:37 2008
@@ -1,1 +1,1 @@
-/trunk:137901,138851,139020,139525,139704,139771,139775,139832,139981
+/trunk:137901,138851,139020,139525,139704,139771,139775,139832,139981,140057
    
    
More information about the asterisk-commits
mailing list