Re: [SR-Users] Terminated call processing Status: 487

2010-11-05 Thread JR Richardson
That fixed it, thanks Daniel, I can't beleive I missed that, it is in the example config too. I guess I need to RTM a bit more. Have a great weekend. JR On Fri, Nov 5, 2010 at 11:36 AM, Daniel-Constantin Mierla wrote: > Hello, > > the problem is in failure route where you don't filter out can

Re: [SR-Users] Terminated call processing Status: 487

2010-11-05 Thread Daniel-Constantin Mierla
Hello, the problem is in failure route where you don't filter out canceled transaction and try to re-route even the caller canceled the call. Add at the top of your failure route: if (t_is_canceled()) { exit; } Cheers, Daniel On 11/5/10 4:48 PM, JR Richardson wrote: I'm see

Re: [SR-Users] Terminated call processing Status: 487

2010-11-05 Thread JR Richardson
>> I'm seeing random errors in my Kamailio 3.0.2 log: >> >> ERROR: tm [tm.c:1300]: ERROR: w_t_relay_to: t_relay_to failed >> ERROR: tm [t_fwd.c:1379]: ERROR: t_forward_nonack: no branches for forwarding > > Are you sure those are the only errors in the log? > > I've gotten that before when getting

Re: [SR-Users] Terminated call processing Status: 487

2010-11-04 Thread Alex Balashov
On 11/04/2010 04:01 PM, JR Richardson wrote: Hi All, I'm seeing random errors in my Kamailio 3.0.2 log: ERROR: tm [tm.c:1300]: ERROR: w_t_relay_to: t_relay_to failed ERROR: tm [t_fwd.c:1379]: ERROR: t_forward_nonack: no branches for forwarding Are you sure those are the only errors in the lo

Re: [SR-Users] Terminated call processing Status: 487

2010-11-04 Thread Manwe
El Thu, 4 Nov 2010 15:01:43 -0500 JR Richardson escribió: > Hi All, > > I'm seeing random errors in my Kamailio 3.0.2 log: > > ERROR: tm [tm.c:1300]: ERROR: w_t_relay_to: t_relay_to failed > ERROR: tm [t_fwd.c:1379]: ERROR: t_forward_nonack: no branches for forwarding > > After going blind sta