Page 1 of 1

Asterisk Manager stopping suddenly

PostPosted: Mon Jan 08, 2018 3:40 pm
by pedrosaddi
Hi everyone.
We are getting problems everyday with one of our dialers. The connection with Asterisk Manager (updatecron, sendcron...) stops suddenly

- We try manually login at telnet (telnet 127.0.0.1 5038) without answer.
- We try CLI> manager reload without success.
- We verified on netstat -tna | grep 5038 and the door is still opened.

manager.conf
Code: Select all
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0

[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user,originate
write = system,call,log,verbose,command,agent,user,originate

[updatecron]
secret = 1234
read = command
write = command

[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user,dtmf
;read = all
write = command

[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user,originate


iptables
Code: Select all
iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination


load average
Code: Select all
0.52, 0.49, 0.42



The only solution is stop the asterisk's service and start it again.

PS: This is a local dialer, without firewall.
PS2: Sorry for my english.