#
# dial - Description of the available modems
#        Beschreibung der verfuegbaren Modems
#

# Name of the modems (which is referenced in the file 'port').
# Name des Modems (wird in der Datei 'port' referenziert).
dialer generic

# Dial command for the modem.
# Anwahlbefehl fuer das Modem.
chat "" ATZ OK ATDT\T\r\c CONNECT


# Error messages which may return from the modem.
# Fehlermeldungen, wie sie vom Modem kommen koennen.
chat-fail 	BUSY
chat-fail 	NO\sDIALTONE
chat-fail 	NO\sCARRIER

# Reset of the modem after a regular close of a connection.
# Modemreset, nach normalem Verbindungsabbau.
complete 	\d\d+++\d\dATH0Z\r\c

# Reset of the modem after a chrash of a connection.
# Modemreset, nach unerwuenschtem Verbindungsabbruch
abort 		\d\d+++\d\dATH0Z\r\c

