<p>Richard Mudgett <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/7936">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip: Split type=identify to IP address and SIP header matching priorities<br><br>The type=identify endpoint identification method can match by IP address<br>and by SIP header.  However, the SIP header matching has limited<br>usefulness because you cannot specify the SIP header matching priority<br>relative to the IP address matching.  All the matching happens at the same<br>priority and the order of evaluating the identify sections is<br>indeterminate.  e.g., If you had two type=identify sections where one<br>matches by IP address for endpoint alice and the other matches by SIP<br>header for endpoint bob then you couldn't predict which endpoint is<br>matched when a request comes in that matches both.<br><br>* Extract the SIP header matching criteria into its own "header" endpoint<br>identification method so the user can specify the relative priority of the<br>SIP header and the IP address matching criteria in the global<br>endpoint_identifier_order option.  The "ip" endpoint identification method<br>now only matches by IP address.<br><br>ASTERISK-27491<br><br>Change-Id: I9df142a575b7e1e3471b7cda5d3ea156cef08095<br>---<br>M CHANGES<br>M UPGRADE-15.txt<br>M UPGRADE.txt<br>M configs/samples/pjsip.conf.sample<br>A contrib/ast-db-manage/config/versions/52798ad97bdf_add_pjsip_identify_by_header.py<br>M include/asterisk/res_pjsip.h<br>M res/res_pjsip.c<br>M res/res_pjsip/pjsip_configuration.c<br>M res/res_pjsip_endpoint_identifier_ip.c<br>9 files changed, 170 insertions(+), 47 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/36/7936/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/7936">change 7936</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7936"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I9df142a575b7e1e3471b7cda5d3ea156cef08095 </div>
<div style="display:none"> Gerrit-Change-Number: 7936 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>