X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Finterface.conf;h=1a465adfcfaaeb4dcdc286cd677d0b030ce8dc32;hp=6e1953838165769271ebdb90ca2705c12ce29d42;hb=58afedec93e67db3600e2251d922fa3a4dbd7254;hpb=a12d7eee22a72f4c999535892763dde15212e89e diff --git a/default/interface.conf b/default/interface.conf index 6e19538..1a465ad 100644 --- a/default/interface.conf +++ b/default/interface.conf @@ -78,7 +78,7 @@ #[Ext] #extern #screen-out unknown 300 national 21250993300 -#screen-out unknown 2* national 212509932* +#screen-out unknown 2% national 212509932% #tones yes #portnum 0 @@ -157,38 +157,45 @@ # 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 'msn' keywords to turn all your subscribers # in you GSM network to internal 'extensions'. # The MSN numbers will equal the subscriber number. #[GSM] #gsm-bs -#nt -#layer1hold no -#layer2hold no #tones yes #earlyb no -#channel-in free -#channel-out any -#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. +# give "gsm-ms ". # You may add 'extern' to make this interface the external line by default. #[GSM] -#gsm-ms 1 /tmp/osmocom_l2 -#layer1hold no -#layer2hold no +#gsm-ms 1 #tones no #earlyb yes -#channel-in free -#channel-out any -#nodtmf -##external +##extern + + +# 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 + + +# Use Sofia-SIP as SIP point-to-point interface +#[sip] +#sip [:] +#sip 10.0.0.12 10.0.0.34 +#earlyb no +#tones no # Hint: Enter "lcr interface" for quick help on interface options.