<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi everyone<div dir="ltr" class="gmail_signature"></div><div><br></div><div>I have append_hf in my local_route to add the contact header in for MS Teams but the OPTIONS message does not contain the contact header:</div><div><br></div><div><div>OPTIONS sip:<a href="http://sip.pstnhub.microsoft.com:5061">sip.pstnhub.microsoft.com:5061</a> SIP/2.0</div><div>Via: SIP/2.0/TLS xxx.xxx.xxx.xxx:5061;branch=z9hG4bK4e45.15b9f883.0</div><div>To: sip:<a href="http://sip.pstnhub.microsoft.com:5061">sip.pstnhub.microsoft.com:5061</a></div><div>From: <sip:Anonymous@localhost>;tag=81adef1f13e5d48c34554037e606a809-cdf9</div><div>CSeq: 14 OPTIONS</div><div>Call-ID: <a href="mailto:5918f5195ed9f0cf-315525@10.150.50.110">5918f5195ed9f0cf-315525@10.150.50.110</a></div><div>Max-Forwards: 70</div><div>Content-Length: 0</div><div>User-Agent: OpenSIPS</div></div><div><br></div><div><div>if (is_method("OPTIONS") && ($(rd{s.index, $var(dst)}) != NULL))</div><div>                xlog("CUSTOM_LOG: local_route Matched OPTIONS to $rd");</div><div>                append_hf("Contact: <sip:my.domain.com:5061;transport=tls>\r\n");</div><div>                trace("htid","t");</div></div><div><br></div><div>It seems to be matching just fine:</div><div><br></div><div>CUSTOM_LOG: local_route 5<br></div><div>CUSTOM_LOG: local_route Matched OPTIONS to <a href="http://sip3.pstnhub.microsoft.com">sip3.pstnhub.microsoft.com</a><br></div><div><br></div><div>I checked the doc for sipmsgops and append_hf does NOT say that it can be used in local_route.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Many thanks</div><div>Mark.</div><div><br></div><div><br></div></div></div></div></div></div>