I have a gateway that requires the Remote-Party-ID to be removed from the outbound/B leg'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've tried the gateway setting which also doesn't work:<br> <param name="cid-type" value="none"/><br><br>However setting the external-profile setting <b>does </b>work:<br>
<param name="caller-id-type" value="none"/><br><br>I guess that's my work around for now, but it'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't get any replies.<br>
<br clear="all">Cheers,<br>Fraser<br><br><br>