summaryrefslogtreecommitdiffstats
path: root/default
diff options
context:
space:
mode:
authorAndreas Eversberg2008-09-06 13:59:48 +0200
committerAndreas Eversberg2008-09-06 13:59:48 +0200
commitb95114936f9fc12816035db92beb3def4b5b0506 (patch)
tree57670d8c41dc82f60a8257a54f6c24c14eaf73ce /default
parentFix missing argument (diff)
downloadlcr-b95114936f9fc12816035db92beb3def4b5b0506.tar.gz
lcr-b95114936f9fc12816035db92beb3def4b5b0506.tar.xz
lcr-b95114936f9fc12816035db92beb3def4b5b0506.zip
changed port attribute to "portnum".
modified: bchannel.c modified: default/interface.conf modified: interface.c modified: mISDN.cpp modified: route.c
Diffstat (limited to 'default')
-rw-r--r--default/interface.conf46
1 files changed, 23 insertions, 23 deletions
diff --git a/default/interface.conf b/default/interface.conf
index 3a8b74d..db5af49 100644
--- a/default/interface.conf
+++ b/default/interface.conf
@@ -2,45 +2,45 @@
################
-# Example of an ISDN interface on port 1
+# Example of an ISDN interface on port 0
#[Ext]
-#port 1
+#portnum 0
-# Example of a multilink ISDN interface (Anlagenanschluss) on port 3
-# and 4
+# Example of a multilink ISDN interface (Anlagenanschluss) on port 2
+# and 3
#[Ext]
-#port 3
-#port 4
+#portnum 2
+#portnum 3
-# Example of an PTP ISDN interface on port 1
+# Example of an PTP ISDN interface on port 0
# Layer-2-Hold is required to keep link alive.
#[Ext]
-#port 1
+#portnum 0
#ptp
#layer2hold yes
-# Example of an internal ISDN interface on port 2, which accepts all extensions
+# Example of an internal ISDN interface on port 1, which accepts all extensions
#[Int]
#extension
-#port 2
+#portnum 1
#nt
-# Example of an ISDN interface on port 2, which accepts only extensions
+# Example of an ISDN interface on port 1, which accepts only extensions
# 201, 202 and 203
#[Int]
#extension
#msn 201,202,203
-#port 2
+#portnum 1
#nt
-# Example of three ISDN interfaces on port 2, 3 and 4, which accept
+# Example of three ISDN interfaces on port 1, 2 and 3, which accept
# extension 201 on all interfaces, and extension 202 and 203 on the first port
# only.
# Hint: To make extension ring on all three interfaces parallel, use
@@ -49,23 +49,23 @@
#[Int1]
#extension
#msn 201,202,203
-#port 2
+#portnum 1
#nt
#[Int2]
#extension
#msn 201
-#port 3
+#portnum 2
#nt
#[Int3]
#extension
#msn 201
-#port 4
+#portnum 3
#nt
-# Example of an ISDN interface on port 1 that requires screening of caller IDs.
+# Example of an ISDN interface on port 0 that requires screening of caller IDs.
# This is required if the connected line doesn't screen caller IDs.
# Also this interface will connect bchannel during call setup, so tones are
# required.
@@ -73,10 +73,10 @@
#screen-out unknown 300 national 21250993300
#screen-out unknown 2* national 212509932*
#tones yes
-#port 1
+#portnum 0
-# Example of an ISDN PRI interface on port 1 that has directed channels.
+# Example of an ISDN PRI interface on port 0 that has directed channels.
# 10 channels (channel 1-10) are incomming only.
# 10 channels (channel 11-15,17-21) are outgoing only.
# 10 channels (channel 22-31) are both way.
@@ -84,7 +84,7 @@
# Outgoing calls on both-way-channels shall be indicated as "any channel".
# (Siemens EWSD will select bot-way-channels when indicated that way.)
#[Ext]
-#port 1
+#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
#channel-out force,11,12,13,14,15,17,18,19,20,21,any
@@ -95,7 +95,7 @@
# Additinally the timeout values for the different call states are adjusted to 60 seconds.
# They are: setup, dialing, proceeding, alerting, disconnect
#[PBX]
-#port 5
+#portnum 4
#nt
#layer2hold yes
#earlyb yes
@@ -108,13 +108,13 @@
[Ext]
-port 1
+portnum 0
[Int]
extension
msn 200,201,202,203
-port 2
+portnum 1
nt