Page 1 of 1
Asterisk 11 Autodestruct on dialog
Posted:
Mon Mar 07, 2016 5:49 pm
by KeithHBW
chan_sip.c:4270 __sip_autodestruct: Autodestruct on dialog 'XXXXXXXX' with owner 'XXXXXXXX' in place (Method: BYE). Rescheduling destruction for 10000 ms
We dial a lot of calls and throughout the day 2-3 servers will crash and it floods the CLI with the above message. We reboot the server to fix it, anyone have suggestions on what is going on here?
Re: Asterisk 11 Autodestruct on dialog
Posted:
Wed Mar 09, 2016 8:54 pm
by MJCoate
When you say "a lot of calls", how many are we talking? How big is your cluster?
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 11, 2016 12:14 pm
by alo
I am not sure this is relevant for asterisk 11, but I would always see these messages when the system was dialing too hard for the hard drive. Eventually I would have 6000 channels open and crash.
I would check the Wait time using something like top to see if the system is waiting on the hard drive. I always ended up replacing the hard drive to a faster or SSD drive for the customer.
Re: Asterisk 11 Autodestruct on dialog
Posted:
Tue Mar 15, 2016 12:22 pm
by davesdatasystems
If you go to Max Calls per Second and set it to 4, your issues might stop, i had this issue, and this was the main way i fixed it.
Re: Asterisk 11 Autodestruct on dialog
Posted:
Thu Mar 17, 2016 3:30 am
by bobbymc
what 11 version are you guys using? im having similar issues and im using 11.21.2 which is the latest 11 release, where can i get the source for Asterisk 11.21.0-vici ?
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 12:49 pm
by njujihara
check the file descriptor , must by set ulimit .
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 1:01 pm
by bobbymc
njujihara wrote:check the file descriptor , must by set ulimit .
mine is already set to 65535
ulimit -n 65535
is this what you mean? i've had this since day one but i still have these issues
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 10:24 pm
by lvish
Hi
We get this issue of SIP Auto destruct in 1.8 version too, things were working fine for past 3 years... issue started off late. Reboot will fix it for some days.
Hence we reboot once in 15 days of all servers.
regds
lvishwa
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 10:48 pm
by bobbymc
Just restarting asterisk won't work ?
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 10:54 pm
by lvish
no , only reboot fixes the issue.
Re: Asterisk 11 Autodestruct on dialog
Posted:
Fri Mar 25, 2016 11:07 pm
by bobbymc
That means network resources must be stuck somewhere, maybe playing with sysctl will release them
Re: Asterisk 11 Autodestruct on dialog
Posted:
Sat Mar 26, 2016 8:48 pm
by lvish
Issue occurs frequently if 2 or more pris are down and auto dialing is active on that server.
May be number of failed attempts is filling up some buffer once it's full issue is appearing
Re: Asterisk 11 Autodestruct on dialog
Posted:
Thu Dec 08, 2016 12:56 pm
by KeithHBW
Shoot, I am getting this "WARNING" like crazy on my cluster. Has anyone found anything extra on this topic? Seems related to "exceptionally long voice queue lengths". All of asterisk stops functioning
Re: Asterisk 11 Autodestruct on dialog
Posted:
Mon Aug 07, 2017 2:39 pm
by bobbymc
anybody found a solution to this?