#!/bin/sh
#
PATH=$PATH:/sbin
echo "NET=$1" > /usr/lib/linesrv/isdn_dev
isdnctrl dial $1 | grep -v " "
