Hi All,<br><br>I have a simple issue I seem to not be making progress on. Due to topology hiding in one of the headquaters I send a invite as such:<br><br>INVITE sip:0114712500-10.3.12.153@x.x.x.x SIP/2.0.<br><br>You can see the first part of the invite is the dialstring then a &quot;-&quot; used as a delimiter to bill against the hidden IP. FS duly passed this dialstring on. The carrier then rejects the call.<br>
<br>I want to modify the dialstring in the context below not to dial 0114712500-10.3.12.153 but rather just 0114712500. I hope I am clear, and thanks in advance.<br><br>&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
  &lt;section name=&quot;dialplan&quot; description=&quot;RE FS DP&quot;&gt;<br>    &lt;context name=&quot;lcr_trunks&quot;&gt;<br>      &lt;extension name=&quot;Catch all send to carriers&quot;&gt;<br>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>
          &lt;action application=&quot;set&quot; data=&quot;nibble_account=10.3.12.153&quot;/&gt;<br>          &lt;action application=&quot;lcr&quot; data=&quot;$1 peak&quot;/&gt;<br>          &lt;action application=&quot;bridge&quot; data=&quot;${lcr_auto_route}&quot;/&gt;<br>
        &lt;/condition&gt;<br>      &lt;/extension&gt;<br>    &lt;/context&gt;<br>  &lt;/section&gt;<br>&lt;/document&gt;<br><br>Chris G<br>