<div dir="ltr">My SIP provider requires me to pass the caller ID number using the SIP from header and they ignore the value in the Remote Party ID field.<div><br></div><div>Is there a way to set a channel variable that will impact the SIP from header?</div>
<div><br></div><div>I&#39;ve tried setting sip_from_user, sip_auth_username, user_name to the caller ID, but FreeSWITCH keeps defaulting to &quot;FreeSWITCH&quot; as the username.  </div><div><br></div><div>My sip profile simply looks like this:</div>
<div><br></div><div><div>  &lt;include&gt;</div><div>     &lt;gateway name=&quot;myprovider&quot;&gt;</div><div>       &lt;param name=&quot;proxy&quot; value=&quot;THE_IP&quot;/&gt;</div><div>       &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;</div>
<div>       &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;</div><div>     &lt;/gateway&gt;</div><div>  &lt;/include&gt;</div></div><div><br></div><div><br></div><div>Thanks!</div></div>