[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #431 was SUCCESSFUL (with 220 tests). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Sat Oct 13 09:30:14 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #431 was successful.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
220 tests in total.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-431/


--------------
Code Changes
--------------
Matthew Jordan (374844):

>Fix incorrect billing duration reported when batch mode is enabled
>
>Similar to r369351, the billing duration can be skewed when batch mode is
>enabled.  This happened much more rarely than the duration, as it only
>occured when the call was answered (thereby indicating an actual answer
>time) and immediately hung up on (indicating a billsec of 0).  Since
>a billing time of '0' can either mean that the call immediately ended
>or that the CDR was improperly answered, we have to use additional information
>to know whether or not we can trust the CDR billsec value.  Prior to this
>patch, we looked to see if we had a valid answer time.  If we did, and
>billsec was zero, we used the current time to calculate what billsec value
>we could from the CDR being written.  If batch mode is enabled, this will
>incorrectly report a billsec value being much greater than the actual
>duration of the call.
>
>Instead of relying on the presence of an answer time to know whether or not
>we can re-calculate the billsec for the CDR, we now also use the presence
>of the CDR's end time to know if we need to re-calculate or whether we can
>trust the billsec value that we have.  This prevents erroneous jumps in the
>billsec value, while still making sure that in the worst case, some billing
>time will be calculated.
>
>(closes issue AST-1016)
>Reported by: Thomas Arimont
>Tested by: Thomas Arimont
>........
>
>Merged revisions 374843 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>



--------------
Tests
--------------
Fixed Tests (1)
   - AsteriskTestSuite: S/channels/ s i p/sip outbound address

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20121013/15ecd302/attachment.htm>


More information about the Test-results mailing list