Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!hplabs!pyramid!csg From: csg@pyramid.pyramid.com (Carl S. Gutekunst) Newsgroups: comp.mail.uucp Subject: Re: HDB dialer timeout Message-ID: <83317@pyramid.pyramid.com> Date: 5 Sep 89 16:17:22 GMT References: <4309@natinst.natinst.com> <4332@natinst.natinst.com> Reply-To: csg@pyramid.pyramid.com (Carl S. Gutekunst) Organization: Pyramid Technology Corp., Mountain View, CA Lines: 15 In article <4332@natinst.natinst.com> brian@natinst.com (Brian H. Powell) writes: > The other solution proposed, equally viable, is to add an extra "expect" >for the CONNECT message. Basically, again in the Dialers file, change this: > > ... ATDT\T\r CONNECT >to this: > ... ATDT\T\r CONNECT \d\d\d\d\d\d\c CONNECT > ^send ^expect ^send ^expect I assume it's a typo, but you need some hyphens in there. And the \d in the send string is silly; the expect is going to wait for 45 seconds, anyway. ... ATDT\T\r CONNECT-\c-CONNECT