I have a gateway that requires the Remote-Party-ID to be removed from the outbound/B leg&#39;s INVITE.<br><br>I have this working on an older version of FreeSwitch (from about march probably: 1.0.head-svn-17188) by setting  in the dialplan:<br>

sip_cid_type=none<br>
<br>That variable seems to be being ignored now though.<br><br>I&#39;ve tried the gateway setting which also doesn&#39;t work:<br>    &lt;param name=&quot;cid-type&quot; value=&quot;none&quot;/&gt;<br><br>However setting the external-profile setting <b>does </b>work:<br>

   &lt;param name=&quot;caller-id-type&quot; value=&quot;none&quot;/&gt;<br><br>I guess that&#39;s my work around for now, but it&#39;d be nice to be able to set it per-gateway/call again instead.<br><br>There was an email to the list about a week ago (Remote-Party-ID manipulation in SIP 200 OK) which looked like it had the same problem, but it didn&#39;t get any replies.<br>

<br clear="all">Cheers,<br>Fraser<br><br><br>