LCR now compiles with current version of OpenBSC.
[lcr.git] / default / interface.conf
index 51cc036..66859dd 100644 (file)
 #portnum 0
 #dialmax 20
 
+
+# Example of an ISDN interface on port 1, with alternate tones_dir to use.
+# In this case, the tones are "german" tones generated by mISDN_dsp.ko.
+# It is possible to give different sample sets, like "tones_german".
+
+#[Int]
+#extension
+#msn 201,202,203
+#tones_dir german
+#portnum 1
+#nt
+
+
+# A special case for GSM 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
+# in you GSM network to internal 'extensions'.
+# The MSN numbers will equal the subscriber number.
+#[GSM]
+#gsm
+#nt
+#layer1hold no
+#layer2hold no
+#tones yes
+#earlyb no
+#channel-in free
+#channel-out any
+#nodtmf
+
+
 # Hint: Enter "lcr interface" for quick help on interface options.