X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Finterface.conf;h=004df5978b015bdd10e22dcb6d3faab46b090d7c;hp=6bbd6eca4a639ae8297e512ec1e72ae268a31072;hb=34598a346419f0e661526e6208dade4aff570008;hpb=96124cb106071709b490e7d055a212b12d3915fd diff --git a/default/interface.conf b/default/interface.conf index 6bbd6ec..004df59 100644 --- a/default/interface.conf +++ b/default/interface.conf @@ -156,14 +156,14 @@ #nt -# A special case for GSM interface. +# A special case for GSM Network interface. # Don't remove/change the settings, they will cause undefined behaviour # of LCR. The actual interface is defined in gsm.conf. -# You may add 'extension' and 'mns' keywords to turn all your subscribers +# You may add 'extension' and 'msn' keywords to turn all your subscribers # in you GSM network to internal 'extensions'. # The MSN numbers will equal the subscriber number. #[GSM] -#gsm +#gsm-bs #nt #layer1hold no #layer2hold no @@ -174,6 +174,37 @@ #nodtmf +# A special case for GSM Mobile Station interface. +# give "gsm-ms ". +# Don't remove/change the settings, they will cause undefined behaviour +# of LCR. The actual interface is defined in gsm.conf. +# You may add 'extern' to make this interface the external line by default. +#[GSM] +#gsm-ms 1 +#layer1hold no +#layer2hold no +#tones no +#earlyb yes +#channel-in free +#channel-out any +#nodtmf +##external + + +# Use chan_lcr (Asterisk PBX interface) as internal interface. +# The interface requires mISDN_l1loop.ko to be loaded: +# modprobe mISDN_l1loop nchannel=8 # use up to 8 b-channels +# The caller ID is used as extension, if "extension" parameter is given. +# Use "screen-in % xxx" to modify any caller id to xxx. +# An internal extension does not receive tones ("earlyb"), but sends them. +#[ast] +#remote asterisk +#extension +##screen-in % 209 +#earlyb no +#tones yes + + # Hint: Enter "lcr interface" for quick help on interface options.