Make tones-dir option available for all interface (interface.conf)
[lcr.git] / default / interface.conf
index f6af8df..f9b167f 100644 (file)
 #dialmax 20
 
 
-# Example of an ISDN interface on port 1, with alternate tones_dir to use.
+# 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
+#tones-dir german
 #portnum 1
 #nt
 
 
 # A special case for GSM Network interface.
+# optionally give "gsm-bs <name of network instance>".
 # 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
+#hr
 #tones yes
 #earlyb no
 
 ##extern
 
 
+# Use chan_lcr (Asterisk PBX interface) as external interface.
+#[Ext]
+#remote asterisk
+#exten from-lcr
+#extern
+#earlyb yes
+#tones no
+
+
 # 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.