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 "-" 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><document type="freeswitch/xml"><br>
<section name="dialplan" description="RE FS DP"><br> <context name="lcr_trunks"><br> <extension name="Catch all send to carriers"><br> <condition field="destination_number" expression="^(.*)$"><br>
<action application="set" data="nibble_account=10.3.12.153"/><br> <action application="lcr" data="$1 peak"/><br> <action application="bridge" data="${lcr_auto_route}"/><br>
</condition><br> </extension><br> </context><br> </section><br></document><br><br>Chris G<br>