Bugs item #1979500, was opened at 2008-05-30 16:56 Message generated for change (Settings changed) made by henningw 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: Open Resolution: None 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 _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel