login | register
Mon 06 of Oct, 2008 [19:22 UTC]

voip-info.org

Asterisk startup scripts

Created by: JustRumours,Last modification on Tue 13 of Jan, 2004 [12:45 UTC]

Standard

 /usr/sbin/safe_asterisk

Using screen

Start Asterisk at boot time with a program called "screen". Include this command in the /etc/rc.local:

 /usr/bin/screen -L -d -m /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc

This will launch the very verbose asterisk console detached with screen logging.
You can reattach to it by typing:

 screen -r

The screen log is saved to /screenlog.0


Go back to Asterisk administration


Comments