[SIP] Allow setting local port for SIP interface
[lcr.git] / default / interface.conf
index 5ee81be..24ec3b2 100644 (file)
@@ -2,15 +2,17 @@
 ################
 
 
-# Example of an ISDN interface on port 0
+# Example of an ISDN interface on port 0 used for external calls.
 
 #[Ext]
+#extern
 #portnum 0
 
 # Example of a multilink ISDN interface (Anlagenanschluss) on port 2
 # and 3
 
 #[Ext]
+#extern
 #portnum 2
 #portnum 3
 
@@ -19,6 +21,7 @@
 # Layer-2-Hold is required to keep link alive.
 
 #[Ext]
+#extern
 #portnum 0
 #ptp
 #layer2hold yes
@@ -73,8 +76,9 @@
 # required.
 
 #[Ext]
+#extern
 #screen-out unknown 300  national 21250993300
-#screen-out unknown 2*  national 212509932*
+#screen-out unknown 2%  national 212509932%
 #tones yes
 #portnum 0
 
@@ -88,6 +92,7 @@
 # (Siemens EWSD will select bot-way-channels when indicated that way.)
 
 #[Ext]
+#extern
 #portnum 0
 #layer2hold
 #channel-in 1,2,3,4,5,6,7,8,9,10,22,23,24,25,26,27,28,29,30,31
 # Now all information elements can be transmitted in both directions.
 
 #[Ext]
+#extern
 #portnum 0
 #te-special
 
 #nt
 
 
+# The remote switch may reject extreamly large numbers to be dialed during
+# setup message. Define a limit of maximum numbers to dial. The rest of
+# digits will be dialed after setup via overlap dialing.
+
+#[Ext]
+#extern
+#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 Network interface.
+# 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
+#tones yes
+#earlyb no
+
+
+# A special case for GSM Mobile Station interface.
+# give "gsm-ms <name of mobile instance>".
+# You may add 'extern' to make this interface the external line by default.
+#[GSM]
+#gsm-ms 1
+#tones no
+#earlyb yes
+##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 <local ip>[:<local port>] <remote ip>[:<remote port>]
+#sip 10.0.0.12 10.0.0.34
+#earlyb no
+#tones no
+
+
 # Hint: Enter "lcr interface" for quick help on interface options.
 
 
 
 
 [Ext]
+extern
 portnum 0