<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Monaco;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.apple-tab-span
        {mso-style-name:apple-tab-span;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>You cant overwrite destination_number with a set command, its not a channel variable, its an element on the caller profile struct.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>If you need to reset destination_number you must use the transfer application<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>KSrigo<br><b>Sent:</b> Wednesday, January 25, 2017 4:02 AM<br><b>To:</b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b>Subject:</b> Re: [Freeswitch-users] Regex capturing in nested conditions<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal>Hi,<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>try this:<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>&lt;extension name=&quot;8 prefix&quot; continue=&quot;true&quot;&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>            </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^8(0\d{9,15})&quot;&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>                        </span>&lt;action application=&quot;set&quot; data=&quot;dst_number=$1&quot; inline=&quot;true&quot;/&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>                        </span>&lt;condition field=&quot;${db(exists/${sip_from_user}/cli8}&quot; expression=&quot;true&quot;&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>                                    </span>&lt;action application=&quot;set&quot; data=&quot;destination_number=${dst_number}&quot; inline=&quot;true&quot;/&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>                                    </span>&lt;action application=&quot;log&quot; data=&quot;INFO ${dst_number} ${destination_number}&quot;/&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>                        </span>&lt;/condition&gt;<o:p></o:p></p></div><div><p class=MsoNormal><span class=apple-tab-span>            </span>&lt;/condition&gt;<o:p></o:p></p></div><div><p class=MsoNormal>&lt;/extension&gt;<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>&quot;destination_number&quot; is a FreeSWITCH variable; it shouldn't be changed.<o:p></o:p></p></div></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Regards,<o:p></o:p></p></div><div><p class=MsoNormal>Srigo<o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal>On Jan 24, 2017, at 7:14 PM, Rick Jarvis &lt;<a href="mailto:rick@magicmail.mooo.com">rick@magicmail.mooo.com</a>&gt; wrote:<o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal>Is there a way of referencing captured regex in the first condition of nested conditions?<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>EG If I have:<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp;&nbsp;</span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;extension</span><span style='font-family:"Monaco",serif;color:#34BC26'> name=&quot;8 prefix&quot; continue=&quot;true&quot;</span><span style='font-family:"Monaco",serif;color:#34BBC8'>&gt;</span><span style='font-family:"Monaco",serif;color:#34BC26'><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp; &nbsp; </span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;condition</span><span style='font-family:"Monaco",serif;color:#34BC26'> field=&quot;destination_number&quot; expression=&quot;^8(0\d{9,15})&quot;/</span><span style='font-family:"Monaco",serif;color:#34BBC8'>&gt;</span><span style='font-family:"Monaco",serif;color:#34BC26'><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp; &nbsp; </span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;condition</span><span style='font-family:"Monaco",serif;color:#34BC26'> field=&quot;${db(exists/${sip_from_user}/cli8}&quot; expression=&quot;true&quot;</span><span style='font-family:"Monaco",serif;color:#34BBC8'>&gt;</span><span style='font-family:"Monaco",serif;color:#34BC26'><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp; &nbsp; &nbsp; </span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;action</span><span style='font-family:"Monaco",serif;color:#34BC26'> application=&quot;set&quot; data=&quot;destination_number=$1&quot; inline=&quot;true&quot;/</span><span style='font-family:"Monaco",serif;color:#34BBC8'>&gt;</span><span style='font-family:"Monaco",serif;color:#34BC26'><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp; &nbsp; </span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;/condition&gt;<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Monaco",serif;color:#F4F4F4'>&nbsp; &nbsp; </span><span style='font-family:"Monaco",serif;color:#34BBC8'>&lt;/extension&gt;<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>At the moment this doesn’t capture the number, and just gives me an actual ‘$1’. I guess I could rearrange the conditions, but I don’t want to break all my logic really…<o:p></o:p></p></div></div><p class=MsoNormal>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services: <br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br><a href="http://www.cluecon.com">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p></div></blockquote></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>