On 11/22/2015 05:50 AM, Juha Heinanen wrote:
Richard Fuchs writes:
Yes, one of the two usual call timers. Off the
top of my head I believe
the longer ("silenced") timer is the relevant one here.
Just for curiosity, I tried to find out from the sources, how long that
SILENT timer is, but didn't succeed.
It's configurable via CLI, the default is
if (silent_timeout <= 0)
silent_timeout = 3600;
Cheers