Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: llandry on February 03, 2011, 06:13:19 PM

Title: Call dropped after 60 minutes?
Post by: llandry on February 03, 2011, 06:13:19 PM
Hi all,

I've notice that all of my calls get dropped after I've been connected for 60 minutes...

I recently (Dec) upgraded to SAIL 3.1.0 and I don't know if this is just a coincidence or it's related to the upgrade. I truly don't recall this happening on 2.x

I haven't contacted my VoIP provider yet, just wanted to know if there was a configuration parameter that could cause this.

Thanks in advance.
Title: Re: Call dropped after 60 minutes?
Post by: SARK devs on February 03, 2011, 10:41:40 PM
Hi there

In 2.5/6 we introduced an absolute call timeout which is set on all outbound calls.  In 3.1 it is in the "call-control" tab in globals panel.  It is specified in seconds and the default is 3600 but you can set it to whatever value you like.

Kind Regards

S
Title: Re: Call dropped after 60 minutes?
Post by: llandry on February 05, 2011, 05:34:53 PM
Thanks Jeff,

That's exactly what I need..... 

That should take care of it next time I'm on a conference call :)

Luc


Title: Re: Call dropped after 60 minutes?
Post by: compsos on February 06, 2011, 03:53:15 AM
Hi Jeff
I was blaming my ITP for restricting calls to 59m59s!!!
Where can we adjust the setting for both 2.6 & 3.1?
Thanks
Title: Re: Call dropped after 60 minutes?
Post by: SARK devs on February 06, 2011, 02:26:02 PM
It is in globals in 3.1 (see above)

For 2.5 & 2.6 you need to set it manually...

Code: [Select]
db selintra-work setprop global ABSTIMEOUT 3600
Then issue a commit from the browser.

Kind Regards

S
Title: Re: Call dropped after 60 minutes?
Post by: Teviot on February 10, 2011, 02:52:35 AM
It is in globals in 3.1 (see above)

For 2.5 & 2.6 you need to set it manually...

Code: [Select]
db selintra-work setprop global ABSTIMEOUT 3600
Then issue a commit from the browser.

Kind Regards

S

Is there an option or will the above work for sail-2.2.4-53
too?
Title: Re: Call dropped after 60 minutes?
Post by: SARK devs on February 10, 2011, 10:18:20 AM
HI

Yes, it is the same.  Looking at the change logs, the timeout restriction was included in 2.2.4-46.

Kind Regards

S