[OpenSER-Devel] [ openser-Bugs-1979500 ] tm: INVITE timeout bug
SourceForge.net
noreply at sourceforge.net
Fri Jul 4 15:37:42 CEST 2008
Bugs item #1979500, was opened at 2008-05-30 19:56
Message generated for change (Settings changed) made by dan_pascu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1979500&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Dan (dan_pascu)
Assigned to: Nobody/Anonymous (nobody)
Summary: tm: INVITE timeout bug
Initial Comment:
If I set the default timeout for an INVITE in tm using:
modparam("tm", "fr_inv_timer", 35)
modparam("tm", "fr_inv_timer_avp", "$avp(s:invite_timeout)")
and then I overwrite it in the script using a per subscriber specified value that was previously read from the subscriber database:
$avp(s:invite_timeout) := $avp(s:user_timeout);
Then all works well if user_timeout < 35. In this case I get the call to timeout at the value specified by the user.
However if user_timeout > 35, then it is not respected and the call does timeout at 35 seconds, ignoring the user timeout.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1979500&group_id=139143
More information about the Devel
mailing list