X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Foptions.conf;h=6e5ba13fbdb2f9dac26035354b1fa56c3089390e;hp=f63bd3316ef6eee3fc0e0262ec105830cbbe7669;hb=5463e1b62a39ce417b610584e3d34a8bc30ac15e;hpb=8994874d7bcb1eff9ee833fb22e4910cc365f456 diff --git a/default/options.conf b/default/options.conf index f63bd33..6e5ba13 100644 --- a/default/options.conf +++ b/default/options.conf @@ -12,14 +12,15 @@ #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_SIP 0x10000 #define DEBUG_EPOINT 0x0200 #define DEBUG_JOIN 0x0400 #define DEBUG_CRYPT 0x1000 #define DEBUG_ROUTE 0x2000 #define DEBUG_IDLETIME 0x4000 -#define DEBUG_LOG 0x7fff +#define DEBUG_LOG 0x7fffff #debug 0x0000 @@ -104,16 +105,16 @@ # 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 - -# a base station transceiver. For more refer to LCR home page. -# -# !!! DANGER !!! -# Running a GSM network may disturb other networks and may be prossecuted by -# law of your country. -# Running a GSM network may prevent mobile users from making EMERGENCY CALLS. -# Be sure to allow emergency calls to be routed to emergency facilities. -# -#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