LCR now runs as a user.
[lcr.git] / default / options.conf
index 21c8697..8bb69bc 100644 (file)
@@ -13,7 +13,7 @@
 #define DEBUG_ISDN     0x0110
 #define DEBUG_VBOX     0x0180
 #define DEBUG_EPOINT   0x0200
-#define DEBUG_CALL     0x0400
+#define DEBUG_JOIN     0x0400
 #define DEBUG_CRYPT     0x1000
 #define DEBUG_ROUTE     0x2000
 #define DEBUG_IDLETIME  0x4000
@@ -31,7 +31,7 @@
 
 # The LCR should run as real time process. Because audio is streamed and
 # ISDN protocol requires a certain response time, we must have high priority.
-# By default, the process runs with realtime scheduling and high priority.
+# By default, the process runs an normal priority, lika most processes do.
 # To debug, it is whise to use "schedule" with no parameter to turn off
 # realtime scheduling. In case of an endless loop bug, LCR will take
 # all CPU time forever - your machine hangs.
 # 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
+