Skip to content

Commit

Permalink
utils/kamctl: change fifo default path to /var/run/kamailio
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 17, 2015
1 parent 850320c commit be48698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/kamctl/kamctl.fifo
Expand Up @@ -25,7 +25,7 @@ fi
#
if [ -z "$FIFOPATH" ]; then
if [ -z "$OSER_FIFO" ]; then
FIFOPATH=/tmp/kamailio_fifo
FIFOPATH=/var/run/kamailio/kamailio_fifo
else
FIFOPATH=$OSER_FIFO
fi
Expand Down
4 changes: 2 additions & 2 deletions utils/kamctl/kamctlrc
Expand Up @@ -124,7 +124,7 @@
# CTLENGINE="FIFO"

## path to FIFO file
# FIFOPATH="/tmp/kamailio_fifo"
# FIFOPATH="/var/run/kamailio/kamailio_fifo"

## check ACL names; default on (1); off (0)
# VERIFY_ACL=1
Expand All @@ -142,7 +142,7 @@

## Kamailio START Options
## PID file path - default is: /var/run/kamailio.pid
# PID_FILE=/var/run/kamailio.pid
# PID_FILE=/var/run/kamailio/kamailio.pid

## Extra start options - default is: not set
# example: start Kamailio with 64MB share memory: STARTOPTIONS="-m 64"
Expand Down

0 comments on commit be48698

Please sign in to comment.