<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 16, 2017 at 1:43 PM, Jonathan H <span dir="ltr"><<a href="mailto:lardconcepts@gmail.com" target="_blank">lardconcepts@gmail.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">OK, thanks. That sort of makes sense. Is it case sensitive?<br></blockquote><div><br></div><div>Is what case sensitive?  Function names are case sensitive.  Application<br></div><div>names have historically been not case sensitive.<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>
Bonus quickie while I'm here (not worth own thread) - Asterisklint<br>
complains that:<br>
<br>
H_PAT_NON_CANONICAL: pattern '_#' is not in the canonical form '#'<br>
<br>
for the line<br>
<br>
exten => _#,1,Goto(s,1)<br>
<br>
I'm sure I read somewhere it should be _#.<br>
<br>
Am I imagining it?!<br></blockquote><div><br></div><div>You are declaring an extension line with a pattern but the pattern only has<br></div><div>literal characters so it really isn't a pattern.  It takes more CPU to match<br></div><div>than the non-pattern form and is more likely an error.<br><br></div><div>Richard<br></div></div><br>[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Pattern+Matching">https://wiki.asterisk.org/wiki/display/AST/Pattern+Matching</a><br></div></div>