X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Foptions.conf;h=a8dfa2ae0bbf40a27cdf4cbd7bf3b5ff50c63e3c;hp=4b77211884658307690be6aa5f4ff5dc8b60958c;hb=refs%2Fheads%2Fbackup2;hpb=6db34c1dca5c3a2acd0af689319b583ff8271dbc diff --git a/default/options.conf b/default/options.conf index 4b77211..a8dfa2a 100644 --- a/default/options.conf +++ b/default/options.conf @@ -12,13 +12,15 @@ #define DEBUG_PORT 0x0100 #define DEBUG_ISDN 0x0110 #define DEBUG_GSM 0x0120 +#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 @@ -95,16 +97,19 @@ # Rights must have 0 in front, if octal values above are used. #socketrights 0700 -# 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 +# 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 polling in main loop. +# This feature is temporarily for test purpose. Don't enable it +#polling + +# Define OTP directory and identity +#otp-dir /root/ +#otp-ident myname