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

Joshua Colp reviewboard at asterisk.org
Sat Oct 26 08:55:19 CDT 2013


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

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
-----

  /branches/12/res/res_pjsip_outbound_registration.c 401280 

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/20131026/2c5d3a00/attachment.html>


More information about the asterisk-dev mailing list