<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 3, 2018 at 5:08 AM, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5">On Wed, Jan 3, 2018, at 12:03 AM, Richard Mudgett wrote:<br>
> On Tue, Jan 2, 2018 at 5:41 PM, Joshua Colp <<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>> wrote:<br>
><br>
> > On Tue, Jan 2, 2018, at 7:14 PM, Richard Mudgett wrote:<br>
> > > The patch for <a href="https://issues.asterisk.org/jira/browse/ASTERISK-27206" rel="noreferrer" target="_blank">https://issues.asterisk.org/<wbr>jira/browse/ASTERISK-27206</a><br>
> > which<br>
> > > is committed in 7385d1e017e562afe64431606e857e<wbr>704f86a16d causes a<br>
> > > configuration regression by requiring the endpoint and identifier method<br>
> > > to agree to match the endpoint.  Doing so is redundant for methods that<br>
> > > explicitly specify which endpoints they match.  The redundancy allows<br>
> > > configuration errors that cannot be caught when the configuration is<br>
> > > loaded.<br>
> ><br>
> > Can you clarify what the precise regression you are referring to is? Even<br>
> > after reading this email I'm still unclear.<br>
> ><br>
><br>
> The regression is the new requirement for the endpoint identify_by option<br>
> to list ip in order for<br>
> the type=identify method to be accepted by the endpoint.  This new<br>
> requirement is unnecessary<br>
> as the type=identify section must specify an endpoint name to know which<br>
> endpoint it recognizes.<br>
><br>
> More specifically, the change to<br>
> res/res_pjsip_endpoint_<wbr>identifier_ip.c:ip_identify() enforces this<br>
> new requirement.<br>
><br>
> I should have used the term complexity instead of redundancy.<br>
><br>
> The new requirement adds configuration complexity because the endpoint<br>
> identify_by option and<br>
> the type=identify method must agree to match the endpoint.  The added<br>
> complexity doesn't add any<br>
> value, can needlessly break existing installations regardless of the note<br>
> in CHANGES saying it will,<br>
> makes match by ip configuration more error prone, and the error is not<br>
> recognizable on configuration<br>
> load.<br>
><br>
> In addition, as I pointed out, I think the entire ASTERISK-27206 patch was<br>
> unnecessary.  Before<br>
> the patch, setting the identify_by option to an empty string would disable<br>
> the username<br>
> identification method from matching the endpoint.<br>
<br>
</div></div>I disagree that those are a regression. Those are certainly valid findings and comments, but I don't see a specific regression based on what you've said. If you are trying to state that the regression is "we now require ip to be listed in identify_by in order to match using the IP endpoint identifier" then that was the purpose of the patch itself and is not a regression. I also don't think that the option to set it to an empty string would have been user friendly, that's more of a side effect of how it was coded. Having a specific option for IP only based matching is explicit.<br></blockquote><div><br></div><div>I accept that defining the identify_by option to list the methods the endpoint should be identified by is easy to document and conceptually simple.  To comply with that definition, for now, we can just add the "ip" value, the "header" value, and any other widget name down the road as needed.  Later we need to re-implement it to support dynamically added widget names.  I do not accept the unnecessary requirement that the type=identify method must be listed in the identify_by value when the user must explicitly specify the endpoint name for the type=identify method to even work.  The "ip" value in identify_by should just be documentation in this case.  Adding a needless source of configuration error by requiring the "ip" value to be listed does not help the user experience at all.  That requirement is the regression.<br></div><div><br></div><div>The  ASTERISK-27206 reporter's problem was to somehow stop the username identification method from recognizing the endpoint.  Setting the identify_by value to something that does not include "username" is all that is necessary.  Adding the requirement that the type=identify method be listed in the identify_by value to accept a match from the type=identify method goes too far.  It goes into the negative user experience realm.<br></div> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Having a non-explicit option like you mentioned previously for identify_by becomes a free for all on the other endpoint identifiers. If we encounter a scenario where two "other" endpoint identifiers could match but only want to match one then boom - we're back to the same scenario. You've just enforced that two endpoint identifiers that are configurable in some way can never match the same request even if for some reason they did if they fall under the "other" option. If the answer is "don't configure things them that way" then perhaps it isn't possible, we don't know. As well even with your "none" or "other" you'd still need to list it in the identify_by list, so I don't see how that's different than requiring "ip" to be there except being less specific.<br></blockquote><div><br></div><div>The proposed "other" values are not a free for all and we are not back to the same scenario.  It is already known which identifiers do and do not need listing in the identify_by value.</div><div><br></div><div>* Adding a new identifier like "my_username" that does not have configuration to explicitly identify a specific endpoint has to be listed in the identify_by value.  Otherwise, there is no way to restrict which endpoints it identifies.  i.e., Which endpoint the "my_username" identifier matches is vague.<br></div><div><br></div><div>* Adding a new identifier like "my_ip" that does have configuration to explicitly identify a specific endpoint does not have to be listed in the identify_by value.  Listing "my_ip" in the identify_by value would just be for documentation purposes.  i.e., Which endpoint the "my_ip" identifier matches is specific.  It can match one and only one endpoint.<br></div><div><br></div><div>The "", "none", or "other" proposed value is a place holder which means not "username", "auth_username", or any other "my_username" type identifier.  The proposed value is only needed if you explicitly did not want to identify the endpoint by "username", "auth_username", or any other "my_username" type identifier.  i.e., The "", "none", or "other" value would be the only thing in the list.  The "" value actually makes that point more explicit.<br></div><div><br></div><div>We currently can have many type=identifier identifiers match endpoint foo.  There is no restriction on that.  However, doing so does point out a limitation in res/res_pjsip_endpoint_identifier.c:format_ami_endpoint_identify() which only handles the first type=identifier identifying endpoint foo.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Approaching this from an end-user perspective who knows NOTHING of this stuff having "ip" in the identify_by also makes logical sense. It's explicit, you can understand what it means and you can understand what it does. The use of "other" is vague and requires more thought and investigation. The use of "none" is just downright confusing at first glance unless you dive deeper into things.<br></blockquote><div><br></div><div>If you have preconceived notions of what the option means and the documentation does not disagree then yes it is easier to understand.  However, until it supports dynamic widget names, that identify_by definition requires a third party creating their own identifier module to also modify Asterisk modules.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div class="gmail-h5"><br>
><br>
> ><br>
> > ><br>
> > > Relevant endpoint 101 configuration values:<br>
> > ><br>
> > > [global]<br>
> > > ; The order by which endpoint identifier methods are given priority.<br>
> > > ; The endpoint_identifier_order default is<br>
> > > ;endpoint_identifier_order=ip,<wbr>username,anonymous<br>
> > ><br>
> > > [101]<br>
> > > type=endpoint<br>
> > > ; The identify_by default is<br>
> > > ;identify_by=username<br>
> > ><br>
> > > [identify_me]<br>
> > > type=identify<br>
> > > endpoint=101<br>
> > > ; Match by some IP address<br>
> > > match=<a href="http://127.0.0.1/24" rel="noreferrer" target="_blank">127.0.0.1/24</a><br>
> > ><br>
> > > Before the patch, the 101 endpoint above would identify by either the<br>
> > > username endpoint identifier method or the<br>
> > > res_pjsip_endpoint_identifier_<wbr>ip endpoint identifier method's<br>
> > > [identify_me] section.<br>
> > ><br>
> > > After the patch, the 101 endpoint is still matched by either method.<br>
> > > However, the identify_by default had to change to "username,ip" and the<br>
> > > option meaning had to change slightly do it.  I think this is wrong.  If<br>
> > > you went to the trouble to create an [identify_me] section which must<br>
> > > explicitly specify the endpoint it matches then the endpoint should not<br>
> > > need to also specify in the identify_by value that it is identified by<br>
> > the<br>
> > > res_pjsip_endpoint_identifier_<wbr>ip method.  Doing so is redundant and will<br>
> > > cause unnecessary configuration errors.<br>
> ><br>
> > I think removing the redundant requirement is a nice improvement for the<br>
> > future, but that comes at a cost to do it in a way that is user friendly<br>
> > and automatic.<br>
> ><br>
> > > The goal of ASTERISK-27206 is to prevent the endpoint from being<br>
> > > identified by the username identification method so it could only be<br>
> > > identified by the res_pjsip_endpoint_identifier_<wbr>ip method.  The key<br>
> > > difference between the two methods is the username identification method<br>
> > > has no other configuration than the endpoint's identify_by value<br>
> > available<br>
> > > to specify to which endpoint the method applies.<br>
> > ><br>
> > > I think the previous and current identify_by documentation is a bit<br>
> > > misleading in any case.  The identify_by option historically specified<br>
> > > which identification methods that have no other configuration<br>
> > requirements<br>
> > > can match the endpoint.  i.e., The username and auth_username<br>
> > > identification methods.  To satisfy ASTERISK-27206, what is needed for<br>
> > the<br>
> > > identify_by option is a value to prevent methods that have no other<br>
> > > configuration requirements from matching the endpoint.<br>
> ><br>
> > The identify_by option was originally an option which listed the endpoint<br>
> > identifiers that an endpoint could be identified by. That was its original<br>
> > goal. It later evolved slightly with the addition of auth_username to also<br>
> > influence how. The addition of "ip" goes back to its original goal. Over<br>
> > all the option has muddied meaning.<br>
> ><br>
><br>
> Listing how an endpoint is to be identified may have been the identify_by<br>
> option's original goal.  That is not how it was coded to behave by the<br>
> original v12.0.0 release.  See<br>
> <a href="https://issues.asterisk.org/jira/browse/ASTERISK-22135" rel="noreferrer" target="_blank">https://issues.asterisk.org/<wbr>jira/browse/ASTERISK-22135</a><br>
> (<wbr>895c8e0d2c97cd04299f3f179e99d8<wbr>a3873c06c6) which removed the identify_by<br>
> "location" value in 2013 apparently because it wasn't used anywhere.  The<br>
> ASTERISK-22135 patch "redefined" identify_by to how I've described it<br>
> historically behaves above.<br>
><br>
> Restoring the original definition and actually implementing that behavior<br>
> correctly is the huge scope creep we wish to avoid at this time.  Partially<br>
> implementing it as the ASTERISK-27206 patch attempts will require changes<br>
> to res_pjsip to add a new widgit identification method to identify_by.  In<br>
> fact <a href="https://issues.asterisk.org/jira/browse/ASTERISK-27491" rel="noreferrer" target="_blank">https://issues.asterisk.org/<wbr>jira/browse/ASTERISK-27491</a> would need to<br>
> do just that if the original definition is "restored" by the ASTERISK-27206<br>
> patch.  That was something I know we tried to avoid in the beginning.  We<br>
> were attempting to add or extend functionality by just loading modules.<br>
<br>
</div></div>It is only through actual usage that we find where simply loading a module to extend functionality works and where things need to further adapt.<br>
<span class="gmail-"><br>
><br>
><br>
> ><br>
> > I disagree that whether an endpoint identifier is configurable or not has<br>
> > a bearing on its naming or meaning in identify_by. The configuration may<br>
> > imply that it should only be matched using that identifier, but that is not<br>
> > currently something that is done and is of a greater scope. I think having<br>
> > a global identify_by option which could actually mean multiple endpoint<br>
> > identifiers by itself is also confusing and hard to define the behavior of.<br>
> ><br>
><br>
> Agree or not, that is how it was coded when v12 was originally released.  I<br>
> am not expanding the scope.  I am preserving how the option actually<br>
> behaves; not redefining it.<br>
><br>
> What global identify_by option?  I did not mention such an option.  The<br>
> identify_by option is per endpoint as it is part of the endpoint definition<br>
> config section.<br>
<br>
</span>I meant an identify_by option which covers multiple endpoint identifiers, like your "none" or "other".<br>
<span class="gmail-im gmail-HOEnZb"><br>
><br>
><br>
> ><br>
> > Really what this just illustrates is that the option itself has evolved<br>
> > and hasn't been clearly defined with a strict purpose. I don't think now is<br>
> > the right time to solve that particular problem. If there is a defined use<br>
> > case which is currently broken by the change though, that is something we<br>
> > need to fix.<br>
> ><br>
><br>
> The ASTERISK-27206 patch incompletely attempts to restore the originally<br>
> intended option behavior and actually is not needed to fix the issue.<br></span></blockquote><div><br></div><div>Richard</div><br></div></div></div>