aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modem.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-22 15:31:47 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-22 15:31:47 +0000
commit8e69d5d172a93ecd4051e6ca504cea0a7fe1cab3 (patch)
tree5c88a6fcedc2c50be79e22d06ee1fc5d61b607f0 /configs/modem.conf.sample
parentf84fd20f0f307b388a22ec7be9f054224745b548 (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@539 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/modem.conf.sample')
-rwxr-xr-xconfigs/modem.conf.sample23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/modem.conf.sample b/configs/modem.conf.sample
index 1a75b7fbb..d177502df 100755
--- a/configs/modem.conf.sample
+++ b/configs/modem.conf.sample
@@ -49,3 +49,26 @@ mode=immediate
;
;msn=39907835
;device => /dev/ttyI0
+
+;===============
+; More complex ISDN example
+;
+; A single device which listens to 3 MSNs
+; the wildcard '*' can be used when all MSN's should be accepted.
+; (The incoming number can be used to go directly into the extension
+; with the matching number. I.e. if MSN 33 is called, (context,33)
+; will tried first, than (context,s) and finally (default,s).
+;
+;msn=50780020
+;incomingmsn=50780020,50780021,50780022
+;device => /dev/ttyI2
+;
+; two other devices, which are in group '1' and are used when an
+; outgoing dial used: exten => s,1,Dial,Modem/g1:1234|60|r
+; (we do not need more outgoing devices, since ISDN2 has only 2 channels.)
+; Lines can be in more than one group (1-31); comma seperated list.
+;
+group=1 ; group=1,2,3,9-12
+;msn=50780023
+;device => /dev/ttyI3
+;device => /dev/ttyI4