From owner-freebsd-hackers Fri Feb 25 4:19:46 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from ab-bg.net (ab-bg.net [212.56.11.129]) by hub.freebsd.org (Postfix) with SMTP id 7415737BCE7 for ; Fri, 25 Feb 2000 04:19:35 -0800 (PST) (envelope-from v0rbiz@ab-bg.net) Received: (qmail 12058 invoked by uid 1000); 25 Feb 2000 12:17:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Feb 2000 12:17:50 -0000 Date: Fri, 25 Feb 2000 14:17:50 +0200 (EET) From: Victor Ivanov To: freebsd-hackers@FreeBSD.ORG Subject: Re: modem program... Help In-Reply-To: <013701bf7f2a$1c4681c0$0301a8c0@Ptacek> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The modem's escape sequense is three escape symbols (usually '+') which maybe disabled if the escape symbol is >127 (stored in register 2): ATS2=x where x>127 disables it, so xxxATH0 won't work. It is good to disable it (otherwise you get dropped with a simple ping...). The default value is 43 ('+'). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message