X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Foptions.conf;h=f63bd3316ef6eee3fc0e0262ec105830cbbe7669;hp=dfa3b34d7cba76c6a52c65a7c317d93f3b2c1cae;hb=320159175adced71da64efa80e9334f7bcab96c8;hpb=ee848d3a9e333b3b91c0e40679c9d0512d511fc2 diff --git a/default/options.conf b/default/options.conf index dfa3b34..f63bd33 100644 --- a/default/options.conf +++ b/default/options.conf @@ -11,6 +11,8 @@ #define DEBUG_BCHANNEL 0x0008 #define DEBUG_PORT 0x0100 #define DEBUG_ISDN 0x0110 +#define DEBUG_GSM 0x0120 +#define DEBUG_SS5 0x0130 #define DEBUG_VBOX 0x0180 #define DEBUG_EPOINT 0x0200 #define DEBUG_JOIN 0x0400 @@ -38,7 +40,14 @@ #schedule 0 # Use tone sets (default= tones_american). -# This can be overridden by the extension setting +# Tones/announcements are streamed from user space. It is possible to use +# the module "mISDN_dsp.o" instead. It provides simple tones with much less cpu +# usage. If supported by special hardware, tones are loops that require no +# bus/cpu load at all, except when the tone changes. +# Use parameter "american", "german", or "oldgerman". "oldgerman" sounds like +# the old german telephone system used until end of year 1998. +# This can be overridden by the the tones_dir in the interface.conf. +# Both options.conf and interface.conf can be overridden by extension setting. #tones_dir tones_american # Fetch tone sets as specified here. @@ -71,15 +80,6 @@ # Default is nothing. #dummyid 0 -# Tones/announcements are streamed from user space. It is possible to use -# the module "mISDN_dsp.o" instead. It provides simple tones with much less cpu -# usage. If supported by special hardware, tones are loops that require no -# bus/cpu load at all, except when the tone changes. -# This works only for ISDN ports. It can be overridden by extension's tone set. -# Defautlt is streaming of tones. Use parameter "american", "german", or -# "oldgerman". "oldgerman" sounds like the old german telephone system (POTS). -#dsptones none - # Source email address of the LCR. E.g. it is used when sending a mail # from the voice box. It is not the address the mails are sent to. # Most mail servers require an existing domain in order to accept mails. @@ -96,3 +96,24 @@ # 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 - +# 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 +