<div dir="ltr"><div><div><div><div><div>is there anyway to change Sip headers in local channels?<br></div>if a user sets forward on their handset, calls coming in to the handset get diversion header added:<br>Diversion: "202" <<a href="mailto:sip%3A202@192.168.1.46">sip:202@192.168.1.46</a>>;reason=deflection<br>
</div><br>Then asterisk sends the call to local channel:<br>- Now forwarding SIP/201-00000483 to 'Local/3333333333@test' (thanks to SIP/202-00000484)<br><br></div>and not all Telco providers handle diversion header gracefully, some dont like to see "202" in header.<br>
<br></div>i tried to set the sip header in target "3333333333@test" but asterisk see's this as local channel and wont do sip add header:<br>WARNING[13584]: chan_sip.c:20562 func_header_read: This function can only be used on SIP channels.<br>
<br></div>is there anyway around this?<br><br></div>