Hello,
I am new to debian (bfore I used redHat)
How can I add FreePBX that it starts automatically with system start ?
Thnaks and best regards
Niels
Hello,
I am new to debian (bfore I used redHat)
How can I add FreePBX that it starts automatically with system start ?
Thnaks and best regards
Niels
http://www.squishychicken.com/index.php?option=com_content&task=view&id=13&Itemid=2
bottom of page
echo ‘#!/bin/bash’ > /etc/init.d/local
chmod +x /etc/init.d/local
update-rc.d local defaults 80
echo ‘/usr/local/sbin/astmanproxy’ >> /etc/init.d/local
perl -p -i -e ‘s/proc_user.$/proc_user = asterisk/’ /etc/asterisk/astmanproxy.conf
perl -p -i -e 's/proc_group.$/proc_group = asterisk/’ /etc/asterisk/astmanproxy.conf
amportal chown
amportal start