Re: [SR-Users] INVITE timeout timer

2016-11-15 Thread Daniel-Constantin Mierla
Do you have any failure route trying new destinations?

A sip trace (e.g., ngrep output with -t on port 5060) for such case will
help to see what happens.

Also, be sure you have no t_set_fr() that overwrites the value from
parameters.

Not related, but I noticed that the comment doesn't match the behaviour for:

# auto-discard branches from previous serial forking leg
modparam("tm", "failure_reply_mode", 0)

It should be 3 to behave as the comment says.

Cheers,
Daniel

On 15/11/16 02:09, Diogenes Aviles wrote:
> I have changed the following tm parameters in order to have an timeout
> INVITE equal to 20 sec (2 ms).
> # - tm params -
> # auto-discard branches from previous serial forking leg
> modparam("tm", "failure_reply_mode", 0)
> # default retransmission timeout: 20sec
> modparam("tm", "fr_timer", 2)
> # default invite retransmission timeout after 1xx: 120sec
> modparam("tm", "fr_inv_timer", 12)
>
> However, the timeout is ever  3 min (180 sec.)
> In accord to tm module the timeout is defined only by "r_timer"
> Then, I don't know where is the problem.
>
> Thanks a lot for your help.
>
> -- 
> Diogenes
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, Nov 28-30, 2016 - http://www.asipto.com

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] INVITE timeout timer

2016-11-14 Thread Alex Balashov

Hi,

fr_timer and fr_inv_timer do different things:

- fr_timer goes off when there's no response _at all_ to the INVITE, not 
even 100 Trying.


- If you received a 100 Trying or other provisional (1xx) repy, 
fr_inv_timer will apply instead.


-- Alex

--
Alex Balashov | Principal | Evariste Systems LLC

Tel: +1-706-510-6800 (direct) / +1-800-250-5920 (toll-free)
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] INVITE timeout timer

2016-11-14 Thread Diogenes Aviles
I have changed the following tm parameters in order to have an timeout
INVITE equal to 20 sec (2 ms).
# - tm params -
# auto-discard branches from previous serial forking leg
modparam("tm", "failure_reply_mode", 0)
# default retransmission timeout: 20sec
modparam("tm", "fr_timer", 2)
# default invite retransmission timeout after 1xx: 120sec
modparam("tm", "fr_inv_timer", 12)

However, the timeout is ever  3 min (180 sec.)
In accord to tm module the timeout is defined only by "r_timer"
Then, I don't know where is the problem.

Thanks a lot for your help.

-- 
Diogenes
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users