mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
631 B
29 lines
631 B
# configuration for SEMS - SIP Express Media Server
|
|
#
|
|
# this file is sourced by SEMS init script /etc/init.d/ngcp-sems
|
|
|
|
# Don't start with default config as we need to deploy the ngcp-templates first
|
|
SEMS_RUN="no"
|
|
|
|
# ser configuration file
|
|
SEMS_CFG_FILE="/etc/ngcp-sems/sems.conf"
|
|
|
|
# user to run ser as
|
|
SEMS_USER="sems"
|
|
|
|
# group to run ser as
|
|
SEMS_GROUP="sems"
|
|
|
|
SEMS_RUNDIR="/var/run/ngcp-sems"
|
|
|
|
# sems pidfile
|
|
SEMS_PIDFILE="$SEMS_RUNDIR/ngcp-sems.pid"
|
|
|
|
# set if you want to create core files
|
|
SEMS_CREATE_CORE="yes"
|
|
|
|
SEMS_COREDIR="/var/cores"
|
|
|
|
SEMS_CACHEDIR="/var/cache/ngcp-sems"
|
|
SEMS_CACHEDIR_EXTRADIRS="audio_cache callingcard"
|