<p> Attention is currently required from: Joshua Colp, Richard Mudgett. </p>
<p><a href="https://gerrit.asterisk.org/c/asterisk/+/18369">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">File main/core_local.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/18369/comment/05a9f50f_35571cf7">Patch Set #3, Line 317:</a> <code style="font-family:monospace,monospace">         if (*ptr != '/' && *ptr != 'n' && *ptr != 'j' && *ptr != 'm' && *ptr != 'b') {</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">This feels brittle.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">It's admittedly somewhat of a hack, but I couldn't think of a better way to deduce whether or not it's options or something else. The chance of this returning a false positive/negative is basically zero.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/18369/comment/dffcceb3_45c716c7">Patch Set #3, Line 907:</a> <code style="font-family:monospace,monospace">     if ((opts = strrchr(parse, '/')) && really_local_options(opts)) {</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">What are the various formats you are supporting here (with any without options), so it can be seen i […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Doing something like this is quite common:</p><p style="white-space: pre-wrap; word-wrap: break-word;">Originate(Local/PJSIP/Something,exten,something,s,1,,a)</p><p style="white-space: pre-wrap; word-wrap: break-word;">Admittedly I never have the '/' in a hardcoded static extension. I only have pattern match extensions such as<br>exten => _[A-Z]. which capture any valid TECH/device without issues.</p><p style="white-space: pre-wrap; word-wrap: break-word;"><br>The other option that comes to mind is seeing if an extension begins with a valid channel tech. But I don't like that idea as it limits the fix to just device names, and anybody could reasonably use a slash in their extension for any reason desired.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18369">change 18369</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/18369"/><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-Change-Id: I8e85bc14072e452d0537a801aba17779569d0360 </div>
<div style="display:none"> Gerrit-Change-Number: 18369 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Attention: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Attention: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 12 Apr 2022 11:57:28 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>