<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-11-09 15:06 GMT+01:00 Recursive <span dir="ltr"><<a href="mailto:lists@binarus.de" target="_blank">lists@binarus.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 06.11.2015 14:06, Rusty Newton wrote:<br>
><br>
</span><span class="">> It should be able to handle typical regular expression. I don't see<br>
> anything wrong with what you are doing. Please file a bug at<br>
> <a href="http://issues.asterisk.org/jira" rel="noreferrer" target="_blank">issues.asterisk.org/jira</a>.  Do include a debug log on the issue<br>
> captured when Asterisk attempts to execute these extensions.<br>
><br>
> <a href="https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information</a><br>
><br>
<br>
</span>Thanks to your above hint, I have reviewed my dialplan again and have found a bug in it. After correcting my dialplan, it turned out that you are right (of course): REGEX now behaves like expected.<br></blockquote><div><br></div><div>How would you then recommand  to deal with  + sign in REGEX ?<br></div><div>Something like 1) ?<br>1) same => n(A1), GotoIf($[${REGEX("^\\+49.*" ${EXTEN})}]?:A2)<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></blockquote></div></div></div>