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

(Updated Nov. 4, 2014, 6:03 a.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 427165


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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to