Hi all:<br>Have  running this script on Openser 1.2.3-notls version managing forwards this way:<br><br>route[3]    {<br>...<br>t_on_failure(&quot;1&quot;);<br>if avp_db_load(&quot;$ru&quot;, &quot;*&quot;) {<br>        if (is_avp_set(&quot;$avp(s:fwdbusy)/s&quot;)) {<br>
                setflag(23);<br>        };<br>...<br><br>failure_route[1] {<br>...<br>        if ((isflagset(23)) &amp;&amp; (t_check_status(&quot;486&quot;))) {<br>                if (avp_pushto(&quot;$ru&quot;, &quot;$avp(s:fwdbusy)&quot;)) {<br>
                        t_reply(&quot;302&quot;,&quot;Moved Temporarily&quot;);<br>                        return;<br>                        };<br>        };<br>...<br><br>User A calls user B and B has fwdbusy parameter set in user preferences; if B is busy, proxy sends 302 message back to A with contact set to $avp(s:fwdbusy) value. This setup usually works fine. However, sometimes the proxy shows a strange behaviour. It starts to append an arbitrary contact to the contact header in every forwarding it does. The contact appended has nothing to do with A or B or the uri set in the avp. The same uri is appended in all call forwardings performed in the system. If the proxy is restarted, the problem disappears.<br>
<br>Example:<br><br>SIP/2.0 302 Moved Temporarily<br>Via: SIP/2.0/UDP 10.100.2.254:5060;branch=z9hG4bK51461DD5<br>From: &lt;<a href="mailto:sip%3A30132@10.100.2.254">sip:30132@10.100.2.254</a>&gt;;tag=92DAB388-EE7<br>To: &lt;<a href="mailto:sip%3A20050@domain.com">sip:20050@domain.com</a>&gt;;tag=880a5593aeb097bc75600b31d6e17107-78ac<br>
Call-ID: <a href="mailto:C0C84A1C-33CE11DE-BEBEEAA9-C0D323DF@192.168.2.40">C0C84A1C-33CE11DE-BEBEEAA9-C0D323DF@192.168.2.40</a><br>CSeq: 101 INVITE<br>Contact: <a href="mailto:sip%3A30050@domain.com">sip:30050@domain.com</a>, &lt;sip:030410@10.172.0.254:5060;transport=udp&gt;;q=0<br>
Server: OpenSER (1.2.3-notls (i386/linux))<br>Content-Length: 0<br><br><br>&lt;sip:030410@10.172.0.254:5060;transport=udp&gt;;q=0 is added in all forwardings done the system.<br><br>Unfortunately I have no debug info cause it happens in production environment. I couldn&#39;t reproduce the problem in test environment. Have you got any idea on what could make it happen?<br>
<br>Thanks a lot:<br>Fran Lizaran<br>