Hello all,
I've run into an issue of Mar 2009: http://lists.kamailio.org/pipermail/users/2009-March/022143.html
This seems to be unresolved in v1.5.4, the then presented work-around via
modparam("pua_dialoginfo", "override_lifetime", 600)
still works fine. The question is whether this should work differently nowadays, or if notice should be put into the docs?
Best regards, Martin
Hello,
On 2/3/10 2:55 PM, Martin Koenig wrote:
Hello all,
I've run into an issue of Mar 2009: http://lists.kamailio.org/pipermail/users/2009-March/022143.html
This seems to be unresolved in v1.5.4, the then presented work-around via
modparam("pua_dialoginfo", "override_lifetime", 600)
still works fine. The question is whether this should work differently nowadays, or if notice should be put into the docs?
I think we did some fixes to that. Klaus do you remember the current state and if it was pushed back in 1.5.x or is only in 3.0.0?
Cheers, Daniel
On 2/3/10 5:11 PM, Daniel-Constantin Mierla wrote:
Hello,
On 2/3/10 2:55 PM, Martin Koenig wrote:
Hello all,
I've run into an issue of Mar 2009: http://lists.kamailio.org/pipermail/users/2009-March/022143.html
This seems to be unresolved in v1.5.4, the then presented work-around via
modparam("pua_dialoginfo", "override_lifetime", 600)
still works fine. The question is whether this should work differently nowadays, or if notice should be put into the docs?
I think we did some fixes to that. Klaus do you remember the current state and if it was pushed back in 1.5.x or is only in 3.0.0?
ok, discovered that git log accepts path to file/dir, so I did a quick search and found this which should be related:
commit 67f04f266ba156ecdc4d66ff765a1e2ea2c432fb Author: Eric Ptak eric.ptak.fr@gmail.com Date: Fri Mar 6 16:19:40 2009 +0000
Moved run_create_callback call to send a well filled dialog structure. Fixes pua_dialoginfo bug with dialog->lifetime usage.
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5673 689a6050-402a-0410-94f2-e92a70836424
Fix should be svn as well, if does not work, report here.
Cheers, Daniel