Hello
When ever I have to start Asterisk I use: asterisk -vvvvc I do it thou ssh and sometimes it closes, is there a way to start asterisk at boot and in case of a crash it would automatically reload? I use CentOS 4.4
Thanks in advance
Hello
When ever I have to start Asterisk I use: asterisk -vvvvc I do it thou ssh and sometimes it closes, is there a way to start asterisk at boot and in case of a crash it would automatically reload? I use CentOS 4.4
Thanks in advance
in asterisk source dir do
make config
then
service asterisk start
it should start @ boot. if not do
chkconfig asterisk on
you can do the same thing to zaptel too