# $Id: openserctlrc 1734 2007-03-02 17:41:38Z bogdan_iancu $ # # openser control tool resource file # # here you can set variables used in the openserctl ## your SIP domain # SIP_DOMAIN=openser.org ## database type: MYSQL or PGSQL, by defaulte none is loaded # DBENGINE=MYSQL ## database host # DBHOST=localhost ## database name # DBNAME=openser ## database read/write user # DBRWUSER=openser ## database read only user # DBROUSER=openserro ## password for database read only user # DBROPW=openserro ## database super user # DBROOTUSER="root" ## type of aliases used: DB - database aliases; UL - usrloc aliases ## - default: none #ALIASES_TYPE="DB" ## control engine: FIFO or UNIXSOCK ## - default FIFO # CTLENGINE="FIFO" ## path to FIFO file # OSER_FIFO="FIFO" ## check ACL names; default on (1); off (0) # VERIFY_ACL=1 ## ACL names - if VERIFY_ACL is set, only the ACL names from below list ## are accepted # ACL_GROUPS="local ld int voicemail free-pstn" ## presence of serweb tables - default "no" # HAS_SERWEB="yes" ## verbose - debug purposes - default '0' # VERBOSE=1 ## do (1) or don't (0) store plaintext passwords ## in the subscriber table - default '1' # STORE_PLAINTEXT_PW=0