[asterisk-dev] [Code Review] Merge Called party identification changes into trunk.

rmudgett at digium.com rmudgett at digium.com
Mon Mar 23 18:04:09 CDT 2009



> On 2009-03-23 12:37:08, Russell Bryant wrote:
> > /trunk/channels/chan_misdn.c, lines 979-994
> > <http://reviewboard.digium.com/r/201/diff/6/?file=3516#file3516line979>
> >
> >     It would be nice to stick these values in an enum.
> 
>  wrote:
>     I'll leave this and the other chan_misdn changes to Richard.

I'm going to leave this one alone.


> On 2009-03-23 12:37:08, Russell Bryant wrote:
> > /trunk/channels/chan_misdn.c, lines 3094-3104
> > <http://reviewboard.digium.com/r/201/diff/6/?file=3516#file3516line3094>
> >
> >     There are some whitespace issues here, and in some other places in this file.

Done.


> On 2009-03-23 12:37:08, Russell Bryant wrote:
> > /trunk/channels/chan_misdn.c, line 3115
> > <http://reviewboard.digium.com/r/201/diff/6/?file=3516#file3516line3115>
> >
> >     This is pretty pedantic, but instead of 0, I prefer '\0'.

Done.  And in a couple of other places as well.


> On 2009-03-23 12:37:08, Russell Bryant wrote:
> > /trunk/channels/chan_misdn.c, lines 3532-3534
> > <http://reviewboard.digium.com/r/201/diff/6/?file=3516#file3516line3532>
> >
> >     The ast_str API makes doing this type of string manipulation much easier.  This would just become a call to ast_str_append().

These are not dynamic strings so ast_str_append() does not apply.  Is there another function that does the same thing?


- rmudgett


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.digium.com/r/201/#review597
-----------------------------------------------------------


On 2009-03-23 09:52:15, Mark Michelson wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.digium.com/r/201/
> -----------------------------------------------------------
> 
> (Updated 2009-03-23 09:52:15)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> This diff encompasses the changes between the issue8824 branch and Asterisk trunk. These changes include all the changes necessary to allow for the transmission and reception of remote called party identification (COLP/CONP).
> 
> 
> This addresses bug 8824.
>     http://bugs.digium.com/view.php?id=8824
> 
> 
> Diffs
> -----
> 
>   /trunk/apps/app_dial.c 183691 
>   /trunk/apps/app_directed_pickup.c 183691 
>   /trunk/apps/app_queue.c 183691 
>   /trunk/channels/chan_agent.c 183691 
>   /trunk/channels/chan_dahdi.c 183691 
>   /trunk/channels/chan_h323.c 183691 
>   /trunk/channels/chan_iax2.c 183691 
>   /trunk/channels/chan_local.c 183691 
>   /trunk/channels/chan_mgcp.c 183691 
>   /trunk/channels/chan_misdn.c 183691 
>   /trunk/channels/chan_phone.c 183691 
>   /trunk/channels/chan_sip.c 183691 
>   /trunk/channels/chan_skinny.c 183691 
>   /trunk/channels/chan_unistim.c 183691 
>   /trunk/channels/misdn/chan_misdn_config.h 183691 
>   /trunk/channels/misdn/isdn_lib.h 183691 
>   /trunk/channels/misdn/isdn_lib.c 183691 
>   /trunk/channels/misdn/isdn_lib_intern.h 183691 
>   /trunk/channels/misdn/isdn_msg_parser.c 183691 
>   /trunk/channels/misdn_config.c 183691 
>   /trunk/configs/misdn.conf.sample 183691 
>   /trunk/configs/sip.conf.sample 183691 
>   /trunk/funcs/func_connectedline.c PRE-CREATION 
>   /trunk/funcs/func_redirecting.c PRE-CREATION 
>   /trunk/include/asterisk/callerid.h 183691 
>   /trunk/include/asterisk/channel.h 183691 
>   /trunk/include/asterisk/frame.h 183691 
>   /trunk/main/callerid.c 183691 
>   /trunk/main/channel.c 183691 
>   /trunk/main/dial.c 183691 
>   /trunk/main/features.c 183691 
>   /trunk/main/rtp.c 183691 
> 
> Diff: http://reviewboard.digium.com/r/201/diff
> 
> 
> Testing
> -------
> 
> Digium's Product Quality department has extensively tested a remarkably similar version of these enhancements. In addition, we know of a customer who has been using this branch for some months now in a production environment. I would also be willing to bet that some of those who have been monitoring issue 8824 have also done some testing as well.
> 
> 
> Thanks,
> 
> Mark
> 
>




More information about the asterisk-dev mailing list