michael@377: ## michael@377: ## osipsconsolerc -- OpenSIPS management configuration michael@377: ## michael@377: michael@377: ## your SIP domain michael@377: SIP_DOMAIN=name.host.tld 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 port for PostgreSQL michael@377: # DBPORT=5433 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: # 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="egrep" 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: # 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 michael@377: # usrloc msilo alias_db uri_db speeddial avpops auth_db michael@377: # pdt dialog dispatcher dialplan drouting nathelper michael@377: # 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: ## 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 ACL names from list are accepted michael@377: # ACL_GROUPS="local ld int voicemail free-pstn" 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=