[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1083 has FAILED. Change made by dlee.

Bamboo bamboo at asterisk.org
Fri Mar 8 09:23:31 CST 2013


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1083 failed.
-----------------------------------------------------------------------
Code has been updated by dlee.
2/2 jobs failed, no tests found.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1083/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 32-Bit (CentOS 6): No tests found.
  - Asterisk CentOS 6 64-Bit (CentOS 6): No tests found.



--------------
Code Changes
--------------
dlee (382685):

>This patch adds a new message bus API to Asterisk.
>
>For the initial use of this bus, I took some work kmoore did creating
>channel snapshots. So rather than create AMI events directly in the
>channel code, this patch generates Stasis events, which manager.c uses
>to then publish the AMI event.
>
>This message bus provides a generic publish/subscribe mechanism within
>Asterisk. This message bus is:
>
> - Loosely coupled; new message types can be added in seperate modules.
> - Easy to use; publishing and subscribing are straightforward
>   operations.
> - Consistent memory management; all message bus objects are AO2
>   managed objects, using ao2_ref() and ao2_cleanup() to manage the
>   reference counting.
>
>In addition to basic publish/subscribe, the patch also provides
>mechanisms for message forwarding, and for message caching.
>
>(closes issue ASTERISK-20959)
>Review: https://reviewboard.asterisk.org/r/2339/
>



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


More information about the Test-results mailing list