michael@377: ## michael@377: ## opensipsctlrc -- OpenSIPS control tools configuration michael@377: ## michael@377: michael@377: ## your SIP domain michael@377: SIP_DOMAIN=name.host.tld michael@377: michael@377: ## chrooted directory michael@377: # $CHROOT_DIR="/path/to/chrooted/directory" michael@377: michael@377: ## Database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, or DBTEXT; michael@377: ## by default none is loaded. Use opensipsdbctl to setup a database. michael@377: DBENGINE=DBTEXT michael@377: michael@377: ## database host michael@377: # DBHOST=localhost michael@377: michael@377: ## database name (for ORACLE this is TNS name) michael@377: # DBNAME=opensips michael@377: michael@377: # database path used by dbtext or db_berkeley michael@377: DB_PATH=@l_prefix@/var/opensips/db michael@377: michael@377: ## database read/write user michael@377: # DBRWUSER=@l_rusr@ michael@377: michael@377: ## password for database read/write user michael@377: # DBRWPW=rente_word_pass_rw michael@377: michael@377: ## database read only user michael@377: # DBROUSER=@l_rusr@ michael@377: michael@377: ## password for database read only user michael@377: # DBROPW=rentero_word_pass michael@377: michael@377: ## database super user (for ORACLE this is 'scheme-creator' user) michael@377: # DBROOTUSER=@l_susr@ michael@377: michael@377: # user name column michael@377: # USERCOL="username" michael@377: michael@377: michael@377: # SQL definitions michael@377: # If you change this definitions here, then you must change them michael@377: # in db/schema/entities.xml too. michael@377: # michael@377: michael@377: # FOREVER="2020-05-28 21:32:15" michael@377: # DEFAULT_ALIASES_EXPIRES=$FOREVER michael@377: # DEFAULT_Q="1.0" michael@377: # DEFAULT_CALLID="Default-Call-ID" michael@377: # DEFAULT_CSEQ="13" michael@377: # DEFAULT_LOCATION_EXPIRES=$FOREVER michael@377: michael@377: michael@377: # Program to calculate a message-digest fingerprint michael@377: # MD5="md5sum" michael@377: michael@377: # awk tool michael@377: # AWK="awk" michael@377: michael@377: # grep tool michael@377: # GREP="grep" michael@377: michael@377: # sed tool michael@377: # SED="sed" michael@377: michael@377: michael@377: # Describe what additional tables to install. Valid values for the variables michael@377: # below are yes/no/ask. With ask (default) it will interactively ask the user michael@377: # for an answer, while yes/no allow for automated, unassisted installs. michael@377: # michael@377: michael@377: # If to install tables for the modules in the EXTRA_MODULES variable. michael@377: # INSTALL_EXTRA_TABLES=ask michael@377: michael@377: # If to install presence related tables. michael@377: # INSTALL_PRESENCE_TABLES=ask michael@377: michael@377: # Define what module tables should be installed. michael@377: # If you use the postgres database and want to change the installed tables, michael@377: # then you must also adjust the STANDARD_TABLES or EXTRA_TABLES variable michael@377: # accordingly in the opensipsdbctl.base script. michael@377: michael@377: # opensips standard modules michael@377: # STANDARD_MODULES="standard acc lcr domain group permissions registrar usrloc michael@377: # msilo alias_db uri_db speeddial avpops auth_db pdt dialog michael@377: # dispatcher dialplan drouting nathelper load_balancer" michael@377: michael@377: # opensips extra modules michael@377: # EXTRA_MODULES="imc cpl siptrace domainpolicy carrierroute userblacklist" michael@377: michael@377: michael@377: ## type of aliases used: DB - database aliases; UL - usrloc aliases michael@377: ## - default: none michael@377: # ALIASES_TYPE="DB" michael@377: michael@377: ## control engine: FIFO or UNIXSOCK michael@377: ## - default FIFO michael@377: CTLENGINE=FIFO michael@377: michael@377: ## path to FIFO file michael@377: OSIPS_FIFO=@l_prefix@/var/opensips/opensips.fifo michael@377: michael@377: ## path to server inbound FIFO directory michael@377: OSER_FIRET=@l_prefix@/var/opensips michael@377: michael@377: ## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC michael@377: # MI_CONNECTOR=FIFO:@l_prefix@/var/opensips/opensips.fifo michael@377: # MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock michael@377: # MI_CONNECTOR=UDP:192.168.2.133:8000 michael@377: # MI_CONNECTOR=XMLRPC:192.168.2.133:8000 michael@377: michael@377: ## check ACL names; default on (1); off (0) michael@377: # VERIFY_ACL=1 michael@377: michael@377: ## ACL names - if VERIFY_ACL is set, only the ACL names from below list michael@377: ## are accepted michael@377: # ACL_GROUPS="local ld int voicemail free-pstn" michael@377: michael@377: ## verbose - debug purposes - default '0' michael@377: # VERBOSE=1 michael@377: michael@377: ## do (1) or don't (0) store plaintext passwords michael@377: ## in the subscriber table - default '1' michael@377: STORE_PLAINTEXT_PW=0 michael@377: michael@377: ## OPENSIPS START Options michael@377: ## PID file path - default is: /var/run/opensips.pid michael@377: PID_FILE=@l_prefix@/var/opensips/opensips.pid michael@377: michael@377: ## Extra start options - default is: not set michael@377: # example: start opensips with 64MB share memory: STARTOPTIONS="-m 64" michael@377: # STARTOPTIONS=