[Kamailio-Users] Help!!!!! WARNING:tm:run_failure_handlers: no UAC or CANCEL support (1, 0)

Krunal Patel krunal.lists at gmail.com
Fri Nov 21 10:02:53 CET 2008


Hi
I have removed t_on_failure("1") & tested now I am not getting the Warning.
Would you please explain me what was the cause of the Warning & why it was
giving the warning is I add failure route?

Thanks
Krunal Patel

On Thu, Nov 20, 2008 at 10:21 PM, Daniel-Constantin Mierla <
miconda at gmail.com> wrote:

> Hello,
>
> do not arm failure route for CANCEL (avoid calling t_on_failure("1") if
> method is CANCEL). Also, why you arm failure route after t_relay?
>
> Cheers,
> Daniel
>
> On 11/20/08 11:51, Krunal Patel wrote:
>
>> Hi
>>
>> Here is snap of my cfg which show how it handles cancel..
>> @@@@@@@@
>> route()
>> {
>> ...
>> ...
>> if (method=="CANCEL") {
>>        route(1);
>>        exit;
>>  }
>> ...
>> ...
>> }
>>
>> route[1] {
>>    t_on_reply("1");
>>      if (!t_relay()) {
>>        sl_reply_error();
>>    } else
>>    {
>>        xlog( " -------------- cheked t reply --- \n ");
>>    }
>>    t_on_failure("1");
>> }
>>
>> @@@@@@@@
>>
>> Please let me know what I am doing wrong.
>> Thanks,
>> Krunal Patel
>>
>> On Thu, Nov 20, 2008 at 2:36 PM, Daniel-Constantin Mierla <
>> miconda at gmail.com <mailto:miconda at gmail.com>> wrote:
>>
>>    Hello,
>>
>>
>>    On 11/18/08 09:50, Krunal Patel wrote:
>>
>>        Hi,
>>
>>        When I am sending high volume calls to openser , I am getting
>>        WARNING:tm:run_failure_handlers: no UAC or CANCEL support (1, 0).
>>        Please help me to find out the cause of it.
>>        I am using openser 1.2.3. <http://1.2.3.> <http://1.2.3.>
>>
>>    do you set failure route for CANCEL?
>>
>>    1.2.x is no longer supported, being a rather old release, it is
>>    highly recommended to upgrade to 1.4, there are a lot o bug fixed
>>    and improvements.
>>
>>    Cheers,
>>    Daniel
>>
>>    --    Daniel-Constantin Mierla
>>    http://www.asipto.com
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.kamailio.org
>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> --
> Daniel-Constantin Mierla
> http://www.asipto.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20081121/e7b18b37/attachment.htm>


More information about the sr-users mailing list