[asterisk-dev] [Code Review] Pimp SIP Location
Mark Michelson
reviewboard at asterisk.org
Wed Mar 13 15:02:37 CDT 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2379/#review8031
-----------------------------------------------------------
Ship it!
Only thing I found was the item below.
/team/group/pimp_my_sip/res/res_sip/location.c
<https://reviewboard.asterisk.org/r/2379/#comment15407>
The comment still says that the end of the string is a '-'.
You need to change the comment to have the correct separator. In addition, I believe you need to increase the size of the allocation by 1.
- Mark
On March 11, 2013, 11:47 a.m., Joshua Colp wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2379/
> -----------------------------------------------------------
>
> (Updated March 11, 2013, 11:47 a.m.)
>
>
> Review request for Asterisk Developers and Mark Michelson.
>
>
> Summary
> -------
>
> Knowing where something is and how to dial it is quite important, so these changes implement the following to accomplish that:
>
> 1. A low level API is now provided for location. It's a thin wrapper over sorcery allowing retrieval, creating, updating, and deleting of AORs/contacts. It also allows explicit contacts to be configured on the AOR itself.
> 2. A dialplan function (GULP_DIAL_CONTACTS) is now provided which creates a dial string capable of dialing all contacts on an AOR.
> 3. Dialing an endpoint, AOR, or SIP URI is now possible in dial strings.
> 4. res_sip_endpoint_identifier_ip is now fully configurable and can match IP ranges as well as individual IPs.
>
>
> Diffs
> -----
>
> /team/group/pimp_my_sip/channels/chan_gulp.c 382784
> /team/group/pimp_my_sip/include/asterisk/res_sip.h 382784
> /team/group/pimp_my_sip/include/asterisk/res_sip_session.h 382784
> /team/group/pimp_my_sip/res/res_sip.c 382784
> /team/group/pimp_my_sip/res/res_sip.exports.in 382784
> /team/group/pimp_my_sip/res/res_sip/location.c PRE-CREATION
> /team/group/pimp_my_sip/res/res_sip/sip_configuration.c 382784
> /team/group/pimp_my_sip/res/res_sip_endpoint_identifier_ip.c 382784
> /team/group/pimp_my_sip/res/res_sip_sdp_audio.c 382784
> /team/group/pimp_my_sip/res/res_sip_session.c 382784
>
> Diff: https://reviewboard.asterisk.org/r/2379/diff
>
>
> Testing
> -------
>
> Tested outgoing calls galore in various combinations. Also tested incoming call matching with res_sip_endpoint_identifier_ip.
>
>
> Thanks,
>
> Joshua
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130313/70d8f154/attachment.htm>
More information about the asterisk-dev
mailing list