It seems that no provider requires these any more and
that they cause problems with providers that use username
and password for authentication.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
# Wait for the CONNECT string.
println "CONNECT" "\\c"
-# If login credentials were set, we send them.
-if isset USERNAME && isset PASSWORD; then
- println "ogin:--ogin:" "${USERNAME}"
- println "assword:" "${PASSWORD}"
-fi
-
# Exec the chat command which will start talking to the modem.
log DEBUG "Exec'ing chat with command line: ${commandline}"
exec chat ${commandline}