1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/opensips/opensipsctlrc Wed Sep 21 14:04:16 2011 +0200 1.3 @@ -0,0 +1,134 @@ 1.4 +## 1.5 +## opensipsctlrc -- OpenSIPS control tools configuration 1.6 +## 1.7 + 1.8 +## your SIP domain 1.9 +SIP_DOMAIN=name.host.tld 1.10 + 1.11 +## chrooted directory 1.12 +# $CHROOT_DIR="/path/to/chrooted/directory" 1.13 + 1.14 +## Database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, or DBTEXT; 1.15 +## by default none is loaded. Use opensipsdbctl to setup a database. 1.16 +DBENGINE=DBTEXT 1.17 + 1.18 +## database host 1.19 +# DBHOST=localhost 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 +# user name column 1.43 +# USERCOL="username" 1.44 + 1.45 + 1.46 +# SQL definitions 1.47 +# If you change this definitions here, then you must change them 1.48 +# in db/schema/entities.xml too. 1.49 +# 1.50 + 1.51 +# FOREVER="2020-05-28 21:32:15" 1.52 +# DEFAULT_ALIASES_EXPIRES=$FOREVER 1.53 +# DEFAULT_Q="1.0" 1.54 +# DEFAULT_CALLID="Default-Call-ID" 1.55 +# DEFAULT_CSEQ="13" 1.56 +# DEFAULT_LOCATION_EXPIRES=$FOREVER 1.57 + 1.58 + 1.59 +# Program to calculate a message-digest fingerprint 1.60 +# MD5="md5sum" 1.61 + 1.62 +# awk tool 1.63 +# AWK="awk" 1.64 + 1.65 +# grep tool 1.66 +# GREP="grep" 1.67 + 1.68 +# sed tool 1.69 +# SED="sed" 1.70 + 1.71 + 1.72 +# Describe what additional tables to install. Valid values for the variables 1.73 +# below are yes/no/ask. With ask (default) it will interactively ask the user 1.74 +# for an answer, while yes/no allow for automated, unassisted installs. 1.75 +# 1.76 + 1.77 +# If to install tables for the modules in the EXTRA_MODULES variable. 1.78 +# INSTALL_EXTRA_TABLES=ask 1.79 + 1.80 +# If to install presence related tables. 1.81 +# INSTALL_PRESENCE_TABLES=ask 1.82 + 1.83 +# Define what module tables should be installed. 1.84 +# If you use the postgres database and want to change the installed tables, 1.85 +# then you must also adjust the STANDARD_TABLES or EXTRA_TABLES variable 1.86 +# accordingly in the opensipsdbctl.base script. 1.87 + 1.88 +# opensips standard modules 1.89 +# STANDARD_MODULES="standard acc lcr domain group permissions registrar usrloc 1.90 +# msilo alias_db uri_db speeddial avpops auth_db pdt dialog 1.91 +# dispatcher dialplan drouting nathelper load_balancer" 1.92 + 1.93 +# opensips extra modules 1.94 +# EXTRA_MODULES="imc cpl siptrace domainpolicy carrierroute userblacklist" 1.95 + 1.96 + 1.97 +## type of aliases used: DB - database aliases; UL - usrloc aliases 1.98 +## - default: none 1.99 +# ALIASES_TYPE="DB" 1.100 + 1.101 +## control engine: FIFO or UNIXSOCK 1.102 +## - default FIFO 1.103 +CTLENGINE=FIFO 1.104 + 1.105 +## path to FIFO file 1.106 +OSIPS_FIFO=@l_prefix@/var/opensips/opensips.fifo 1.107 + 1.108 +## path to server inbound FIFO directory 1.109 +OSER_FIRET=@l_prefix@/var/opensips 1.110 + 1.111 +## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC 1.112 +# MI_CONNECTOR=FIFO:@l_prefix@/var/opensips/opensips.fifo 1.113 +# MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock 1.114 +# MI_CONNECTOR=UDP:192.168.2.133:8000 1.115 +# MI_CONNECTOR=XMLRPC:192.168.2.133:8000 1.116 + 1.117 +## check ACL names; default on (1); off (0) 1.118 +# VERIFY_ACL=1 1.119 + 1.120 +## ACL names - if VERIFY_ACL is set, only the ACL names from below list 1.121 +## are accepted 1.122 +# ACL_GROUPS="local ld int voicemail free-pstn" 1.123 + 1.124 +## verbose - debug purposes - default '0' 1.125 +# VERBOSE=1 1.126 + 1.127 +## do (1) or don't (0) store plaintext passwords 1.128 +## in the subscriber table - default '1' 1.129 +STORE_PLAINTEXT_PW=0 1.130 + 1.131 +## OPENSIPS START Options 1.132 +## PID file path - default is: /var/run/opensips.pid 1.133 +PID_FILE=@l_prefix@/var/opensips/opensips.pid 1.134 + 1.135 +## Extra start options - default is: not set 1.136 +# example: start opensips with 64MB share memory: STARTOPTIONS="-m 64" 1.137 +# STARTOPTIONS=