Hi All,<br><br>Thanks for the prompt response. I ended up with:<br><br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^.*-(\d+)$&quot;&gt;<br><br>By changing the invite from:<br><br>INVITE sip:0114712500-10.3.12.153@x.x.x.x SIP/2.0.<br>
<br>to: <br><br>INVITE sip:10.3.12.153-0114712500@x.x.x.x SIP/2.0.<br><br>Really loving the regex&#39;s now am using them in the correct manner!<br><br>Thanks,<br>Chris G<br><br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 1:13 AM, mazilo <span dir="ltr">&lt;<a href="mailto:Nabble_01394@slickdeals.endjunk.com">Nabble_01394@slickdeals.endjunk.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">So do the dots. BTW, using *^(\d+)-* as ReGex will suffice too to pass digits<br>
before the -.<br>
<br>
mercutioviz wrote:<br>
&gt;<br>
&gt; On Thu, Sep 15, 2011 at 3:19 AM, Steven Ayre &amp;<a href="mailto:lt%3Bsteveayre@gmail.com">lt;steveayre@gmail.com</a>&amp;gt;<br>
<div class="im">&gt; wrote:<br>
&gt;<br>
&gt;&gt; Change the regex to only pull out the first part into $1. Something like<br>
&gt;&gt; this:<br>
&gt;&gt;<br>
&gt;&gt; &lt;condition field=&quot;destination_number&quot;<br>
&gt;&gt; expression=&quot;^(\d+)\-(\d+\.\d+\.\d+\.\d+)$&quot;&gt;<br>
&gt;&gt;<br>
&gt; FYI, a bare - in a regex does not need to be escaped.<br>
&gt; -MC<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; $1 will be 0114712500<br>
&gt;&gt; $2 will be 10.3.12.153<br>
&gt;&gt;<br>
&gt;&gt; -Steve<br>
&gt;&gt;<br>
&gt;&gt;<br>
</div>&gt;&gt; On 15 September 2011 10:14, Chris Graham &amp;<a href="mailto:lt%3Bchrisg.lists@gmail.com">lt;chrisg.lists@gmail.com</a>&amp;gt;<br>
<div><div></div><div class="h5">&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi All,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have a simple issue I seem to not be making progress on. Due to<br>
&gt;&gt;&gt; topology<br>
&gt;&gt;&gt; hiding in one of the headquaters I send a invite as such:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; INVITE sip:0114712500-10.3.12.153@x.x.x.x SIP/2.0.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You can see the first part of the invite is the dialstring then a &quot;-&quot;<br>
&gt;&gt;&gt; used<br>
&gt;&gt;&gt; as a delimiter to bill against the hidden IP. FS duly passed this<br>
&gt;&gt;&gt; dialstring<br>
&gt;&gt;&gt; on. The carrier then rejects the call.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I want to modify the dialstring in the context below not to dial<br>
&gt;&gt;&gt; 0114712500-10.3.12.153 but rather just 0114712500. I hope I am clear,<br>
&gt;&gt;&gt; and<br>
&gt;&gt;&gt; thanks in advance.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;&gt;&gt;   &lt;section name=&quot;dialplan&quot; description=&quot;RE FS DP&quot;&gt;<br>
&gt;&gt;&gt;     &lt;context name=&quot;lcr_trunks&quot;&gt;<br>
&gt;&gt;&gt;       &lt;extension name=&quot;Catch all send to carriers&quot;&gt;<br>
&gt;&gt;&gt;         &lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>
&gt;&gt;&gt;           &lt;action application=&quot;set&quot; data=&quot;nibble_account=10.3.12.153&quot;/&gt;<br>
&gt;&gt;&gt;           &lt;action application=&quot;lcr&quot; data=&quot;$1 peak&quot;/&gt;<br>
&gt;&gt;&gt;           &lt;action application=&quot;bridge&quot; data=&quot;${lcr_auto_route}&quot;/&gt;<br>
&gt;&gt;&gt;         &lt;/condition&gt;<br>
&gt;&gt;&gt;       &lt;/extension&gt;<br>
&gt;&gt;&gt;     &lt;/context&gt;<br>
&gt;&gt;&gt;   &lt;/section&gt;<br>
&gt;&gt;&gt; &lt;/document&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Chris G<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
-----<br>
</div></div>FreeSWITCH hosted on a Seagate DockStar with OpenWRT and ONLY consumes 3 Watts of electricity.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Dialplan-delimiter-transform-tp6796094p6798950.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Dialplan-delimiter-transform-tp6796094p6798950.html</a><br>

Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>