[asterisk-dev] [Code Review] 2964: res_pjsip_outbound_registration: Add "virtual line" support for automatic inbound matching

Joshua Colp reviewboard at asterisk.org
Fri Oct 17 06:37:27 CDT 2014



> On Oct. 16, 2014, 8:32 p.m., Kevin Harwell wrote:
> > What's the load order for the identifier?  What if it needs to come before or after another identifier (or does it matter for this case)?  Should this feature be in its own module?

I opted for it not mattering. Conditions should be such that nothing else should match anything this would, and if it does then that's a conscious decision.


- Joshua


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


On Oct. 10, 2014, 1:18 p.m., Joshua Colp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2964/
> -----------------------------------------------------------
> 
> (Updated Oct. 10, 2014, 1:18 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> This patch adds "virtual line" support to the res_pjsip_outbound_registration module. This is an optional feature and simply adds a "line" URI parameter to the Contact we place in the outbound registration. If this line parameter is present on incoming requests we use it to establish a relationship to the outbound registration and match it to a user configured endpoint. This has the benefit that when registering to another server where it is supported you no longer have to do IP based matching for all of their potential servers. The downside (and why this is optional) is that if a third party got the line parameter they could send you calls as if they were the legit remote server.
> 
> 
> Diffs
> -----
> 
>   /trunk/res/res_pjsip_outbound_registration.c 425156 
>   /trunk/configs/samples/pjsip.conf.sample 425156 
> 
> Diff: https://reviewboard.asterisk.org/r/2964/diff/
> 
> 
> Testing
> -------
> 
> Registered to an ITSP, placed an inbound call from them, confirmed matched using line parameter.
> 
> Registered to a chan_sip instance, placed an inbound call from it, confirmed matched using line parameter.
> 
> 
> Thanks,
> 
> Joshua Colp
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141017/c5bd8d1a/attachment-0001.html>


More information about the asterisk-dev mailing list