opensips/osipsconsolerc

changeset 377
67e813202d53
child 397
c98ae03f4266
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opensips/osipsconsolerc	Wed Sep 21 14:04:16 2011 +0200
     1.3 @@ -0,0 +1,98 @@
     1.4 +##
     1.5 +##  osipsconsolerc -- OpenSIPS management configuration
     1.6 +##
     1.7 +
     1.8 +## your SIP domain
     1.9 +SIP_DOMAIN=name.host.tld
    1.10 +
    1.11 +## Database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, or DBTEXT;
    1.12 +## by default none is loaded. Use opensipsdbctl to setup a database.
    1.13 +DBENGINE=DBTEXT
    1.14 +
    1.15 +## database host
    1.16 +# DBHOST=localhost
    1.17 +
    1.18 +## database port for PostgreSQL
    1.19 +# DBPORT=5433
    1.20 +
    1.21 +## database name (for ORACLE this is TNS name)
    1.22 +# DBNAME=opensips
    1.23 +
    1.24 +## database path used by dbtext or db_berkeley
    1.25 +DB_PATH=@l_prefix@/var/opensips/db
    1.26 +
    1.27 +## database read/write user
    1.28 +# DBRWUSER=@l_rusr@
    1.29 +
    1.30 +## password for database read/write user
    1.31 +# DBRWPW=rente_word_pass_rw
    1.32 +
    1.33 +## database read only user
    1.34 +# DBROUSER=@l_rusr@
    1.35 +
    1.36 +## password for database read only user
    1.37 +# DBROPW=rentero_word_pass
    1.38 +
    1.39 +## database super user (for ORACLE this is 'scheme-creator' user)
    1.40 +# DBROOTUSER=@l_susr@
    1.41 +
    1.42 +# Program to calculate a message-digest fingerprint
    1.43 +# MD5="md5sum"
    1.44 +
    1.45 +# awk tool
    1.46 +# AWK="awk"
    1.47 +
    1.48 +# grep tool
    1.49 +# GREP="egrep"
    1.50 +
    1.51 +# sed tool
    1.52 +# SED="sed"
    1.53 +
    1.54 +
    1.55 +# Describe what additional tables to install. Valid values for the variables
    1.56 +# below are yes/no/ask. With ask (default) it will interactively ask the user
    1.57 +# for an answer, while yes/no allow for automated, unassisted installs.
    1.58 +#
    1.59 +
    1.60 +# Define what module tables should be installed.
    1.61 +# If you use the postgres database and want to change the installed tables,
    1.62 +# then you must also adjust the STANDARD_TABLES or EXTRA_TABLES variable
    1.63 +# accordingly in the opensipsdbctl.base script.
    1.64 +
    1.65 +# opensips standard modules
    1.66 +# STANDARD_MODULES="standard acc lcr domain group permissions registrar
    1.67 +#                   usrloc msilo alias_db uri_db speeddial avpops auth_db
    1.68 +#                   pdt dialog dispatcher dialplan drouting nathelper
    1.69 +#                   load_balancer"
    1.70 +
    1.71 +# opensips extra modules
    1.72 +# EXTRA_MODULES="imc cpl siptrace domainpolicy carrierroute userblacklist"
    1.73 +
    1.74 +
    1.75 +## type of aliases used: DB - database aliases; UL - usrloc aliases
    1.76 +## - default: none
    1.77 +# ALIASES_TYPE="DB"
    1.78 +
    1.79 +## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC
    1.80 +# MI_CONNECTOR=FIFO:@l_prefix@/var/opensips/opensips.fifo
    1.81 +# MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock
    1.82 +# MI_CONNECTOR=UDP:192.168.2.133:8000
    1.83 +# MI_CONNECTOR=XMLRPC:192.168.2.133:8000
    1.84 +
    1.85 +## check ACL names; default on (1); off (0)
    1.86 +# VERIFY_ACL=1
    1.87 +
    1.88 +## ACL names - if VERIFY_ACL is set, only ACL names from list are accepted
    1.89 +# ACL_GROUPS="local ld int voicemail free-pstn"
    1.90 +
    1.91 +## do (1) or don't (0) store plaintext passwords
    1.92 +## in the subscriber table - default '1'
    1.93 +STORE_PLAINTEXT_PW=0
    1.94 +
    1.95 +## OPENSIPS START Options
    1.96 +## PID file path - default is: /var/run/opensips.pid
    1.97 +PID_FILE=@l_prefix@/var/opensips/opensips.pid
    1.98 +
    1.99 +## Extra start options - default is: not set
   1.100 +# example: start opensips with 64MB share memory: STARTOPTIONS="-m 64"
   1.101 +# STARTOPTIONS=

mercurial