Hello,
the GIT branch 5.0 has just been created, it will host the release
series 5.0.x. To get this branch from GIT, you can use:
git clone https://github.com/kamailio/kamailio.git kamailio
cd kamailio
git checkout -b 5.0 origin/5.0
Hopefully before the end of the month the full release of 5.0.0 will be out.
>From now on, any corresponding fix has to be pushed first to master
branch and then cherry-picked to branch 5.0. No new features can get in
branch 5.0. Enhancements to documentation or helping tools are still
allowed. If you are not sure about doing or not a backport, ask on
sr-dev mailing list.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) -
www.asipto.com
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
Hi!
The dialog module has a hard-coded minimum setting of 30 seconds for dialog keep-alives. Is there a reason for this?
I guess it’s using the default TM settings for T1 and other timers so one should be able to run it faster.
/O