Added 'polling' option to options.conf.
[lcr.git] / default / options.conf
index 4b77211..e0e93a0 100644 (file)
@@ -12,6 +12,7 @@
 #define DEBUG_PORT     0x0100
 #define DEBUG_ISDN     0x0110
 #define DEBUG_GSM      0x0120
+#define DEBUG_SS5      0x0140
 #define DEBUG_VBOX     0x0180
 #define DEBUG_EPOINT   0x0200
 #define DEBUG_JOIN     0x0400
 # Rights must have 0 in front, if octal values above are used.
 #socketrights 0700
 
+# Change user of LCR socket, where lcradmin or chan_lcr connects to.
+# So: change to asterisk, if you have asterisk run as user "asterisk" e.g.
+#socketuser asterisk
+
+# Change group of LCR socket, where lcradmin or chan_lcr connects to.
+# So: change to asterisk, if you have asterisk run in group "asterisk" e.g.
+#socketgroup asterisk
+
 # Enable GSM network capability.
 # This option turns LCR into a GSM network. Additional options are specified
 # in 'gsm.conf'. You also need openbsc at compile time and of yourse -
 #
 #gsm
 
+# Enable polling in main loop.
+# This feature is temporarily for test purpose. Don't enable it
+#polling