Matthias Mann wrote:
> Hi People! > > Do you know what i have to do to set the time for automatic hangup? Now my > isdnutils let me wait 45 seconds after a Datatransfer. Cause my ISP count > every second i like to set this time down to 1 second. But where? > > have a nice night! > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null You have to edit /etc/isdn/device.ippp0 In this file you can find a line like this: isdnctrl huptimeout ${device} xxx Replacing xxx with the seconds of no datatransfer to wait until hanging up. good luck