mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#define AST_CONFIG_DIR "/etc/asterisk"
|
#define AST_CONFIG_DIR "/etc/asterisk"
|
||||||
#define AST_SOCKET "/var/run/asterisk.ctl"
|
#define AST_SOCKET "/var/run/asterisk.ctl"
|
||||||
|
#define AST_PID "/var/run/asterisk.pid"
|
||||||
#define AST_MODULE_DIR "/usr/lib/asterisk/modules"
|
#define AST_MODULE_DIR "/usr/lib/asterisk/modules"
|
||||||
#define AST_SPOOL_DIR "/var/spool/asterisk"
|
#define AST_SPOOL_DIR "/var/spool/asterisk"
|
||||||
#define AST_VAR_DIR "/var/lib/asterisk"
|
#define AST_VAR_DIR "/var/lib/asterisk"
|
||||||
|
@@ -5,7 +5,7 @@ NOTIFY= # Who to notify about crashes
|
|||||||
#
|
#
|
||||||
# Don't fork when running "safely"
|
# Don't fork when running "safely"
|
||||||
#
|
#
|
||||||
ASTARGS="-f"
|
ASTARGS=""
|
||||||
if [ "$TTY" != "" ]; then
|
if [ "$TTY" != "" ]; then
|
||||||
ASTARGS="${ASTARGS} -vvv"
|
ASTARGS="${ASTARGS} -vvv"
|
||||||
if [ "$CONSOLE" != "no" ]; then
|
if [ "$CONSOLE" != "no" ]; then
|
||||||
@@ -18,6 +18,12 @@ fi
|
|||||||
#
|
#
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
launch_asterisk()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
run_asterisk()
|
||||||
|
{
|
||||||
while :; do
|
while :; do
|
||||||
|
|
||||||
if [ "$TTY" != "" ]; then
|
if [ "$TTY" != "" ]; then
|
||||||
@@ -45,3 +51,6 @@ while :; do
|
|||||||
fi
|
fi
|
||||||
echo "Automatically restarting Asterisk."
|
echo "Automatically restarting Asterisk."
|
||||||
done
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
run_asterisk &
|
||||||
|
@@ -5,7 +5,7 @@ NOTIFY= # Who to notify about crashes
|
|||||||
#
|
#
|
||||||
# Don't fork when running "safely"
|
# Don't fork when running "safely"
|
||||||
#
|
#
|
||||||
ASTARGS="-f"
|
ASTARGS=""
|
||||||
if [ "$TTY" != "" ]; then
|
if [ "$TTY" != "" ]; then
|
||||||
ASTARGS="${ASTARGS} -vvv"
|
ASTARGS="${ASTARGS} -vvv"
|
||||||
if [ "$CONSOLE" != "no" ]; then
|
if [ "$CONSOLE" != "no" ]; then
|
||||||
@@ -18,6 +18,12 @@ fi
|
|||||||
#
|
#
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
launch_asterisk()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
run_asterisk()
|
||||||
|
{
|
||||||
while :; do
|
while :; do
|
||||||
|
|
||||||
if [ "$TTY" != "" ]; then
|
if [ "$TTY" != "" ]; then
|
||||||
@@ -45,3 +51,6 @@ while :; do
|
|||||||
fi
|
fi
|
||||||
echo "Automatically restarting Asterisk."
|
echo "Automatically restarting Asterisk."
|
||||||
done
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
run_asterisk &
|
||||||
|
Reference in New Issue
Block a user