[test-results] [Bamboo] Asterisk - Team Branches > Pimp My SIP > #190 was SUCCESSFUL (with 405 tests). Change made by root.

Bamboo bamboo at asterisk.org
Sun Mar 24 11:03:22 CDT 2013


-----------------------------------------------------------------------
Asterisk - Team Branches > Pimp My SIP > #190 was successful.
-----------------------------------------------------------------------
Code has been updated by root.
All 2 jobs passed with 405 tests in total.

http://bamboo.asterisk.org/browse/ASTTEAM-PIMPMYSIP-190/


--------------
Code Changes
--------------
root (383581):

>Move more channel events to Stasis; move res_json.c to main/json.c.
>
>This patch started out simply as fixing the bouncing tests introduced
>in r382685, but required some other changes to give it a decent
>implementation.
>
>To fix the bouncing tests, the UserEvent and Newexten AMI events
>needed to be refactored to dispatch via Stasis. Dispatching directly
>to AMI resulted in those events sometimes getting ahead of the
>associated Newchannel events, which would understandably confuse anyone.
>
>I found that instead of creating a zillion different message types and
>structures associated with them, it would be preferable to define a
>message type that has a channel snapshot and a blob of structured data
>with a small bit of additional information. The JSON object model
>provides a very nice way of representing structured data, so I went
>with that.
>
> * Move JSON support from res_json.c to main/json.c
>   * Made libjansson-dev a required dependency
> * Added an ast_channel_blob message type, which has a channel
>   snapshot and JSON blob of data.
> * Changed UserEvent and Newexten events so that they are dispatched
>   via ast_channel_blob messages on the channel's topic.
> * Got rid of the ast_channel_varset message; used ast_channel_blob
>   instead.
> * Extracted the manager functions converting Stasis channel events to
>   AMI events into manager_channel.c.
>
>(issue ASTERISK-21096)
>Review: https://reviewboard.asterisk.org/r/2381/
>........
>
>Merged revisions 383579 from file:///srv/subversion/repos/asterisk/trunk
>



--------------
Tests
--------------
Fixed Tests (1)
   - AsteriskTestSuite: S/channels/gulp/basic calls/incoming/nominal/authed/userpass/ident by user

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


More information about the Test-results mailing list