Finished autoconf.
[lcr.git] / default / options.conf
index 6b1ca27..dfa3b34 100644 (file)
 # Don't use spaces to seperate!
 #fetch_tones tones_american,tones_german,vbox_english,vbox_german
 
-# Extensions directory where all configuration files and messages for all
-# extensions are stored (default= extensions).
-#extensions_dir extensions
-
 # Prefix to dial national call (default= 0).
 # If you omit the prefix, all subscriber numbers are national numbers.
 # (example: Danmark)
 # Most mail servers require an existing domain in order to accept mails.
 #email lcr@your.domain
 
+# Directory to write lock file and admin socket file to.
+# If /var/run does not have the rights to run LCR, you may choose /var/tmp
+# or any directory with the appropiet rights LCR runs with.
+#lock /var/run
+
+# Change rights of LCR socket, where lcradmin or chan_lcr connects to.
+# By default 700 (user only) rights are set. If Asterisk runs with a different
+# user, the rights may be changed to all users (777).
+# Rights must have 0 in front, if octal values above are used.
+#socketrights 0700
+