Page 1 of 1

Asterisk Crash every minute

PostPosted: Fri Mar 19, 2021 11:40 am
by emel_punk
EHLO People

I am having an issue. I installed Vicidial on AWS with this image https://aws.amazon.com/marketplace/pp/Z ... B07QNS13FJ . I am creating two clusters using the steps here http://download.vicidial.com/iso/vicibo ... nstall.pdf but after I added a telephony server, the asterisk stops. The Auto-Restart AsterisK option is not suitable since it crash every minute and calls hangs. I need to know why asterisk is crashing.

I am using :
Asterisk 13.34.0-vici
Vicidial: VERSION: 2.14-798a BUILD: 210315-1730

Re: Asterisk Crash every minute

PostPosted: Fri Mar 19, 2021 12:23 pm
by manos
Vicibox9 has a bug related to asterisk 13, don't know if they have fixed it yet or not but at the link below you have a description of the issue.
http://www.vicidial.org/VICIDIALforum/v ... =8&t=39745

Comment out these lines on extension.conf and then reboot the servers or make an asterisk -rx "dialplan reload"

; MeetMe Adjustment Extensions
exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
exten => _X48600XXX,2,Hangup()

exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
exten => _X38600XXX,2,Hangup()

exten => _X28600XXX,1,MeetMeAdmin(${EXTEN:2},m,${EXTEN:0:1})
exten => _X28600XXX,2,Hangup()

exten => _X18600XXX,1,MeetMeAdmin(${EXTEN:2},M,${EXTEN:0:1})
exten => _X18600XXX,2,Hangup()

You have to put just a semicolumn in the beginning of every line that i showed you.
Hope that this will resolve your problem! All the best

Re: Asterisk Crash every minute

PostPosted: Fri Mar 19, 2021 1:43 pm
by carpenox
that fix is unrelated to his issue, although it has been fixed already. there is a problem with repos atm that leap 15.1 does not work for an install any longer. I have started an article on my blog for leap 15.2 install https://cyburityllc.com/?p=1588

Re: Asterisk Crash every minute

PostPosted: Fri Mar 19, 2021 6:00 pm
by emel_punk
manos wrote:Vicibox9 has a bug related to asterisk 13, don't know if they have fixed it yet or not but at the link below you have a description of the issue.
viewtopic.php?f=8&t=39745

Comment out these lines on extension.conf and then reboot the servers or make an asterisk -rx "dialplan reload"

; MeetMe Adjustment Extensions
exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
exten => _X48600XXX,2,Hangup()

exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
exten => _X38600XXX,2,Hangup()

exten => _X28600XXX,1,MeetMeAdmin(${EXTEN:2},m,${EXTEN:0:1})
exten => _X28600XXX,2,Hangup()

exten => _X18600XXX,1,MeetMeAdmin(${EXTEN:2},M,${EXTEN:0:1})
exten => _X18600XXX,2,Hangup()

You have to put just a semicolumn in the beginning of every line that i showed you.
Hope that this will resolve your problem! All the best


This didn't work.

Re: Asterisk Crash every minute

PostPosted: Fri Mar 19, 2021 6:54 pm
by carpenox
try updating 15.1 to 15.2: https://cyburityllc.com/?p=1706

-Nox

Re: Asterisk Crash every minute

PostPosted: Mon Mar 22, 2021 7:00 pm
by emel_punk
carpenox wrote:try updating 15.1 to 15.2: https://cyburityllc.com/?p=1706

-Nox

This worked like a charm

Re: Asterisk Crash every minute

PostPosted: Sun Mar 28, 2021 8:33 am
by carpenox
glad i could help ;-)