opensips/osipsconsolerc

Wed, 21 Sep 2011 14:04:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 21 Sep 2011 14:04:16 +0200
changeset 377
67e813202d53
child 397
c98ae03f4266
permissions
-rw-r--r--

Introduce severe but necessary corrections and update to new vendor version.

michael@377 1 ##
michael@377 2 ## osipsconsolerc -- OpenSIPS management configuration
michael@377 3 ##
michael@377 4
michael@377 5 ## your SIP domain
michael@377 6 SIP_DOMAIN=name.host.tld
michael@377 7
michael@377 8 ## Database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, or DBTEXT;
michael@377 9 ## by default none is loaded. Use opensipsdbctl to setup a database.
michael@377 10 DBENGINE=DBTEXT
michael@377 11
michael@377 12 ## database host
michael@377 13 # DBHOST=localhost
michael@377 14
michael@377 15 ## database port for PostgreSQL
michael@377 16 # DBPORT=5433
michael@377 17
michael@377 18 ## database name (for ORACLE this is TNS name)
michael@377 19 # DBNAME=opensips
michael@377 20
michael@377 21 ## database path used by dbtext or db_berkeley
michael@377 22 DB_PATH=@l_prefix@/var/opensips/db
michael@377 23
michael@377 24 ## database read/write user
michael@377 25 # DBRWUSER=@l_rusr@
michael@377 26
michael@377 27 ## password for database read/write user
michael@377 28 # DBRWPW=rente_word_pass_rw
michael@377 29
michael@377 30 ## database read only user
michael@377 31 # DBROUSER=@l_rusr@
michael@377 32
michael@377 33 ## password for database read only user
michael@377 34 # DBROPW=rentero_word_pass
michael@377 35
michael@377 36 ## database super user (for ORACLE this is 'scheme-creator' user)
michael@377 37 # DBROOTUSER=@l_susr@
michael@377 38
michael@377 39 # Program to calculate a message-digest fingerprint
michael@377 40 # MD5="md5sum"
michael@377 41
michael@377 42 # awk tool
michael@377 43 # AWK="awk"
michael@377 44
michael@377 45 # grep tool
michael@377 46 # GREP="egrep"
michael@377 47
michael@377 48 # sed tool
michael@377 49 # SED="sed"
michael@377 50
michael@377 51
michael@377 52 # Describe what additional tables to install. Valid values for the variables
michael@377 53 # below are yes/no/ask. With ask (default) it will interactively ask the user
michael@377 54 # for an answer, while yes/no allow for automated, unassisted installs.
michael@377 55 #
michael@377 56
michael@377 57 # Define what module tables should be installed.
michael@377 58 # If you use the postgres database and want to change the installed tables,
michael@377 59 # then you must also adjust the STANDARD_TABLES or EXTRA_TABLES variable
michael@377 60 # accordingly in the opensipsdbctl.base script.
michael@377 61
michael@377 62 # opensips standard modules
michael@377 63 # STANDARD_MODULES="standard acc lcr domain group permissions registrar
michael@377 64 # usrloc msilo alias_db uri_db speeddial avpops auth_db
michael@377 65 # pdt dialog dispatcher dialplan drouting nathelper
michael@377 66 # load_balancer"
michael@377 67
michael@377 68 # opensips extra modules
michael@377 69 # EXTRA_MODULES="imc cpl siptrace domainpolicy carrierroute userblacklist"
michael@377 70
michael@377 71
michael@377 72 ## type of aliases used: DB - database aliases; UL - usrloc aliases
michael@377 73 ## - default: none
michael@377 74 # ALIASES_TYPE="DB"
michael@377 75
michael@377 76 ## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC
michael@377 77 # MI_CONNECTOR=FIFO:@l_prefix@/var/opensips/opensips.fifo
michael@377 78 # MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock
michael@377 79 # MI_CONNECTOR=UDP:192.168.2.133:8000
michael@377 80 # MI_CONNECTOR=XMLRPC:192.168.2.133:8000
michael@377 81
michael@377 82 ## check ACL names; default on (1); off (0)
michael@377 83 # VERIFY_ACL=1
michael@377 84
michael@377 85 ## ACL names - if VERIFY_ACL is set, only ACL names from list are accepted
michael@377 86 # ACL_GROUPS="local ld int voicemail free-pstn"
michael@377 87
michael@377 88 ## do (1) or don't (0) store plaintext passwords
michael@377 89 ## in the subscriber table - default '1'
michael@377 90 STORE_PLAINTEXT_PW=0
michael@377 91
michael@377 92 ## OPENSIPS START Options
michael@377 93 ## PID file path - default is: /var/run/opensips.pid
michael@377 94 PID_FILE=@l_prefix@/var/opensips/opensips.pid
michael@377 95
michael@377 96 ## Extra start options - default is: not set
michael@377 97 # example: start opensips with 64MB share memory: STARTOPTIONS="-m 64"
michael@377 98 # STARTOPTIONS=

mercurial