Hi All,
Has anyone else noticed the significant inaccuracy of the timeout in the dialog module?
We are using:
modparam("dialog", "timeout_avp", "$avp(i:10)")
However, the actual call is torn down a NUMBER of seconds past the timeout supplied. In some instances, for long calls, it is out by 30seconds or more....? For shorter calls it is accurate with a second or so.
Anyone have any input, ideas?
Cheers Jason
Hello,
On 18.11.2009 16:14 Uhr, Jason Penton wrote:
Hi All,
Has anyone else noticed the significant inaccuracy of the timeout in the dialog module?
We are using:
modparam("dialog", "timeout_avp", "$avp(i:10)")
However, the actual call is torn down a NUMBER of seconds past the timeout supplied. In some instances, for long calls, it is out by 30seconds or more....? For shorter calls it is accurate with a second or so.
Anyone have any input, ideas?
haven't seen such behaviour so far, is there any other pattern you observed? For example, once a call is delayed, are the others active at that moment delayed as well?
Might be that timer process does some time consuming operation (e.g., db query) and it gets unsynchronized during that interval.
Cheers, Daniel