[asterisk-dev] [Code Review] 2445: Pimp my SIP: Media Negotiations

Joshua Colp reviewboard at asterisk.org
Tue Apr 16 17:43:18 CDT 2013


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



/team/group/pimp_my_sip/channels/chan_gulp.c
<https://reviewboard.asterisk.org/r/2445/#comment15964>

    I think this approach is overkill, a lot. You've already got the req_caps format capabilities for the requested capabilities - a dialplan function which overwrites it for the specific media type would do the exact same job. You could also extend usage of it so it is always populated and allow it to be queried using the same dialplan function.



/team/group/pimp_my_sip/include/asterisk/res_sip_session.h
<https://reviewboard.asterisk.org/r/2445/#comment15965>

    This description is incorrect. You are sending an INVITE/starting a session.


- Joshua Colp


On April 11, 2013, 10:18 p.m., Kevin Harwell wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2445/
> -----------------------------------------------------------
> 
> (Updated April 11, 2013, 10:18 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Bugs: ASTERISK-21186
>     https://issues.asterisk.org/jira/browse/ASTERISK-21186
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> Added a dialplan function MEDIA_OFFER that accepts a codec type (example: 'audio') and allows overriding, or re-ordering, of an endpoints codecs prior to dialing (e.g. using a pre-dial handler).  This adds functionality for outbound requests only.
> 
> Example: Set(MEDIA_OFFER(audio)=ulaw,g722) ; sets the outgoing codecs to be ulaw,g722
> 
> Note that using this function and setting new media offers completely overrides what is specified on the endpoint.  Currently it is allowed to even list a codec that was not previously specified on the endpoint.
> 
> The code allows for un/registering of media offer types that can be associated with the function itself.  This allows for future expansion of other types, for example T.38.  Types 'audio' and 'video' are currently supported.
> 
> 
> Diffs
> -----
> 
>   /team/group/pimp_my_sip/res/res_sip_session.exports.in 385384 
>   /team/group/pimp_my_sip/res/res_sip_session.c 385384 
>   /team/group/pimp_my_sip/channels/chan_gulp.c 385384 
>   /team/group/pimp_my_sip/res/res_sip_sdp_rtp.c 385384 
>   /team/group/pimp_my_sip/include/asterisk/res_sip_session.h 385384 
> 
> Diff: https://reviewboard.asterisk.org/r/2445/diff/
> 
> 
> Testing
> -------
> 
> Ran through several scenarios setting new MEDIA_OFFER(s).  Tested re-ordering of already specified codecs on an endpoint, tested setting only a single codec (both specified and not on endpoint).  Tested reading back out the newly set codecs in the dialplan.
> 
> 
> Thanks,
> 
> Kevin Harwell
> 
>

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


More information about the asterisk-dev mailing list