[test-results] [Bamboo] Asterisk Testing > Asterisk 11 Branch > #101 was SUCCESSFUL (with 286 tests). Change made by file.

Bamboo bamboo at asterisk.org
Wed Sep 26 07:08:12 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 11 Branch > #101 was successful.
-----------------------------------------------------------------------
Code has been updated by file.
286 tests in total.

http://bamboo.asterisk.org/browse/TESTING-AST11BRANCH-101/


--------------
Code Changes
--------------
file (373552):

>Fix an issue where a caller to ast_write on a MulticastRTP channel would determine it failed when in reality it did not.
>
>When sending RTP packets via multicast the amount of data sent is stored in a variable and returned
>from the write function. This is incorrect as any non-zero value returned is considered a failure while
>a return value of 0 is success. For callers (such as ast_streamfile) that checked the return value
>they would have considered it a failure when in reality nothing went wrong and it was actually a success.
>
>The write function for the multicast RTP engine now returns -1 on failure and 0 on success, as it should.
>
>(closes issue ASTERISK-17254)
>Reported by: wybecom
>........
>
>Merged revisions 373550 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>........
>
>Merged revisions 373551 from http://svn.asterisk.org/svn/asterisk/branches/10
>



--------------
Tests
--------------
Fixed Tests (2)
   - AsteriskTestSuite: S/channels/ s i p/ s d p attribute passthrough
   - AsteriskTestSuite: S/channels/ s i p/sip attended transfer tcp

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


More information about the Test-results mailing list