home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
-
-
- if false; then
- modprobe teles
- # modprobe icn
- # icnctrl load /usr/local/loadpg.bin /usr/local/pc1t...
- # www.think.te/to
- isdnctrl addif isdn0
- isdnctrl addphone isdn0 out 09312500371
- # Nur anrufe von 9312500371 (mit *[] als Template)
- isdnctrl addphone isdn0 in "*9312500371"
- isdnctrl eaz isdn0 23350
- # Close after 60 seconds
- isdnctrl huptimeout isdn0 60
- # Timeout for incoming
- isdnctrl inhup isdn0 60
- # Tel-nummern beachten
- isdnctrl secure isdn0 on
- ifconfig isdn0 194.120.69.50 metric 1
- route add 194.120.140.253 dev isdn0
- fi
-
- ping 194.120.140.253
-
-
-
-
-
-
- exit
-
- ifconfig isdn0 down
- rmmod teles
- rmmod isdn
-