You can change your debug to <br />debug=6<br /><br />And then do a <br /><br />if(is_present_hf(&quot;Reason&quot;))<br />{<br />xlog(&quot;L_INFO&quot;, &quot; INFO : ***BEFORE*** delete Reason header\n&quot;);<br />remove_hf(&quot;Reason&quot;);<br />xlog(&quot;L_INFO&quot;, &quot; INFO : ***AFTER*** delete Reason header\n&quot;);<br />}<br /><br /><br />Your syslog will have a lot of stuff in it but you can search for your xlog messages to find all the stuff that happens after your ***BEFORE*** and before your ***AFTER***.  Maybe that will point to the issue.  Post the debug info (if it is a lot of output then you can post on pastebin.com and they reply to this thread with the link).<br /><br /><br /><br />On , &quot;Jan D.&quot; &lt;j-doedel@zonnet.nl&gt; wrote:<br />&gt; Dear Vlad,<br />&gt; <br />&gt; <br />&gt; <br />&gt; I&#39;m sure the code is called, I also tried:<br />&gt; <br />&gt; <br />&gt; <br />&gt; if(is_present_hf(&quot;Reason&quot;))<br />&gt; <br />&gt; {<br />&gt; <br />&gt;   remove_hf(&quot;Reason&quot;);<br />&gt; <br />&gt;   xlog(&quot;L_INFO&quot;, &quot; INFO : delete Reason header\n&quot;);<br />&gt; <br />&gt; }<br />&gt; <br />&gt; <br />&gt; <br />&gt; We the Cancel is fired the INFO line appearse in my log file (tail -f).<br />&gt; <br />&gt; <br />&gt; <br />&gt; I also tried this on several servers with opensips 1.7.1.<br />&gt; <br />&gt; I think i run the right script code but it does not do what i want (bug?).<br />&gt; <br />&gt; Maybe somebody can reproduce this behavior?<br />&gt; <br />&gt; <br />&gt; <br />&gt; --<br />&gt; <br />&gt; View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/reason-headers-tp7137781p7150742.html<br />&gt; <br />&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt;