[asterisk-dev] [Code Review] 2494: Add multi-channel blob message type; refactor ChanSpyStart/ChanSpyStop events to use it
Matt Jordan
reviewboard at asterisk.org
Mon May 6 17:15:05 CDT 2013
> On May 6, 2013, 10:09 p.m., David Lee wrote:
> > /trunk/include/asterisk/manager.h, lines 322-335
> > <https://reviewboard.asterisk.org/r/2494/diff/1/?file=37150#file37150line322>
> >
> > The comment is now a lie, as is the argument named 'suffix'.
As is the cake.
- Matt
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2494/#review8457
-----------------------------------------------------------
On May 3, 2013, 5:28 p.m., Matt Jordan wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2494/
> -----------------------------------------------------------
>
> (Updated May 3, 2013, 5:28 p.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Bugs: ASTERISK-21462
> https://issues.asterisk.org/jira/browse/ASTERISK-21462
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> Multi-channel blob messages were added awhile back for Dial; however, the multi-channel blob is used by Dial not as a message type but rather as a payload. This patch gives multi-channel blobs their own generic message type for the random kinds of things we're going to need to use it for (ChanSpy being the first candidate).
>
> I've left Dial alone even though its payload now has its own generic message type. Dial messages have a significant number of producers and consumers, in a variety of modules. (app_dial, app_queue, app_followme, pbx, cdr, manager_channels, etc. - the list will grow) It feels important enough that having its own message type is useful and avoids the extra step of parsing out the JSON 'type' field.
>
>
> Diffs
> -----
>
> /trunk/apps/app_chanspy.c 387465
> /trunk/include/asterisk/manager.h 387465
> /trunk/include/asterisk/stasis_channels.h 387465
> /trunk/main/manager_channels.c 387465
> /trunk/main/stasis_channels.c 387465
>
> Diff: https://reviewboard.asterisk.org/r/2494/diff/
>
>
> Testing
> -------
>
> ChanSpy tests pass (once I remembered to install chan_console... ew)
>
>
> Thanks,
>
> Matt Jordan
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130506/6773f255/attachment-0001.htm>
More information about the asterisk-dev
mailing list