Hi<br>I have removed t_on_failure(&quot;1&quot;) &amp; tested now I am not getting the Warning.<br>Would you please explain me what was the cause of the Warning &amp; why it was giving the warning is I add failure route?<br>
<br>Thanks<br>Krunal Patel<br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 10:21 PM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
do not arm failure route for CANCEL (avoid calling t_on_failure(&quot;1&quot;) if method is CANCEL). Also, why you arm failure route after t_relay?<br>
<br>
Cheers,<br>
Daniel<div class="Ih2E3d"><br>
<br>
On 11/20/08 11:51, Krunal Patel wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
Hi<br>
<br>
Here is snap of my cfg which show how it handles cancel..<br>
@@@@@@@@<br>
route()<br>
{<br>
...<br>
...<br>
if (method==&quot;CANCEL&quot;) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;route(1);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;exit;<br>
&nbsp;}<br>
...<br>
...<br>
}<br>
<br>
route[1] {<br>
 &nbsp; &nbsp;t_on_reply(&quot;1&quot;);<br>
 &nbsp;  &nbsp; &nbsp;if (!t_relay()) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;sl_reply_error();<br>
 &nbsp; &nbsp;} else<br>
 &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;xlog( &quot; -------------- cheked t reply --- \n &quot;);<br>
 &nbsp; &nbsp;}<br>
 &nbsp; &nbsp;t_on_failure(&quot;1&quot;);<br>
}<br>
<br>
@@@@@@@@<br>
<br>
Please let me know what I am doing wrong.<br>
Thanks,<br>
Krunal Patel<br>
<br></div><div class="Ih2E3d">
On Thu, Nov 20, 2008 at 2:36 PM, Daniel-Constantin Mierla &lt;<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a> &lt;mailto:<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;Hello,<br>
<br>
<br>
 &nbsp; &nbsp;On 11/18/08 09:50, Krunal Patel wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Hi,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;When I am sending high volume calls to openser , I am getting<br>
 &nbsp; &nbsp; &nbsp; &nbsp;WARNING:tm:run_failure_handlers: no UAC or CANCEL support (1, 0).<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Please help me to find out the cause of it.<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;I am using openser <a href="http://1.2.3." target="_blank">1.2.3.</a> &lt;<a href="http://1.2.3" target="_blank">http://1.2.3</a>.&gt; &lt;<a href="http://1.2.3" target="_blank">http://1.2.3</a>.&gt;<div class="Ih2E3d">
<br>
<br>
 &nbsp; &nbsp;do you set failure route for CANCEL?<br>
<br>
 &nbsp; &nbsp;1.2.x is no longer supported, being a rather old release, it is<br>
 &nbsp; &nbsp;highly recommended to upgrade to 1.4, there are a lot o bug fixed<br>
 &nbsp; &nbsp;and improvements.<br>
<br>
 &nbsp; &nbsp;Cheers,<br>
 &nbsp; &nbsp;Daniel<br>
<br>
 &nbsp; &nbsp;--  &nbsp; &nbsp;Daniel-Constantin Mierla<br>
 &nbsp; &nbsp;<a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<br>
<br></div>
------------------------------------------------------------------------<div class="Ih2E3d"><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.kamailio.org" target="_blank">Users@lists.kamailio.org</a><br>
<a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br>
 &nbsp;<br>
</div></blockquote>
<br><div><div></div><div class="Wj3C7c">
-- <br>
Daniel-Constantin Mierla<br>
<a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<br>
</div></div></blockquote></div><br>