[asterisk-dev] [Code Review] 2631: Move channel driver registry events to stasis.

Matt Jordan reviewboard at asterisk.org
Tue Jun 18 09:59:29 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2631/#review8912
-----------------------------------------------------------



/trunk/main/manager_system.c
<https://reviewboard.asterisk.org/r/2631/#comment17514>

    Ideally this should contain an enum listing the values



/trunk/main/manager_system.c
<https://reviewboard.asterisk.org/r/2631/#comment17515>

    You can specify the constructor for cause_string in RAII_VAR:
    
    RAII_VAR(struct ast_str *, cause_string, ast_str_create(32), ast_free);
    
    if (!cause_string) {
      return;
    }


- Matt Jordan


On June 17, 2013, 7:01 p.m., Jason Parker wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2631/
> -----------------------------------------------------------
> 
> (Updated June 17, 2013, 7:01 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Bugs: ASTERISK-21488
>     https://issues.asterisk.org/jira/browse/ASTERISK-21488
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> This also does a bit of shuffling of ast_system_topic(), since more stuff uses it now.
> 
> Note that events have not been added to res_sip_outbound_registration.  Those can come later, if desired.
> 
> 
> Diffs
> -----
> 
>   /trunk/channels/chan_iax2.c 392075 
>   /trunk/channels/chan_sip.c 392075 
>   /trunk/include/asterisk.h 392075 
>   /trunk/include/asterisk/manager.h 392075 
>   /trunk/include/asterisk/stasis_system.h PRE-CREATION 
>   /trunk/main/asterisk.c 392075 
>   /trunk/main/manager.c 392075 
>   /trunk/main/manager_system.c PRE-CREATION 
>   /trunk/main/stasis_system.c PRE-CREATION 
>   /trunk/res/res_stun_monitor.c 392075 
> 
> Diff: https://reviewboard.asterisk.org/r/2631/diff/
> 
> 
> Testing
> -------
> 
> The events come out...
> 
> 
> Thanks,
> 
> Jason Parker
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130618/914965d9/attachment-0001.htm>


More information about the asterisk-dev mailing list