<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've tried setting sip_from_user, sip_auth_username, user_name to the caller ID, but FreeSWITCH keeps defaulting to "FreeSWITCH" as the username. </div><div><br></div><div>My sip profile simply looks like this:</div>
<div><br></div><div><div> <include></div><div> <gateway name="myprovider"></div><div> <param name="proxy" value="THE_IP"/></div><div> <param name="context" value="public"/></div>
<div> <param name="register" value="false"/></div><div> </gateway></div><div> </include></div></div><div><br></div><div><br></div><div>Thanks!</div></div>