[chan_lcr] Fixed caller ID for calls from AST->LCR
[lcr.git] / default / options.conf
index f63bd33..cb48ea7 100644 (file)
@@ -12,7 +12,7 @@
 #define DEBUG_PORT     0x0100
 #define DEBUG_ISDN     0x0110
 #define DEBUG_GSM      0x0120
-#define DEBUG_SS5      0x0130
+#define DEBUG_SS5      0x0140
 #define DEBUG_VBOX     0x0180
 #define DEBUG_EPOINT   0x0200
 #define DEBUG_JOIN     0x0400
 #
 #gsm
 
+# Enable polling in main loop.
+# This feature is temporarily for test purpose. Don't enable it
+#polling
+
+# Two Loopback interfaces for audio transfer between GSM/Asterisk and mISDN.
+# The first interface must provide B-channels for each GSM call or channel
+# instance, the seond interface links them to LCR.
+# Use 30 B-channels unless you need more due to more instances.
+# -> Load with: "modprobe mISDN_l1loop pri=1 nchannel=30"
+# By default "mISDN_l1loop.1" and "mISDN_l1loop.2" is used.
+#loopback-ext mISDN_l1loop.1
+#loopback-lcr mISDN_l1loop.2
+