Bug 914 - hayes dialer for tip fails 1st attempt to dial
Summary: hayes dialer for tip fails 1st attempt to dial
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-12-25 23:40 UTC by smp
Modified: 1996-11-04 14:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description smp 1995-12-25 23:40:01 UTC
	The hayes dialer stalls waiting for a 'connect' code from the modem.
	It usually recovers after the 1st timeout.

Fix: 

The second 'gobble("\r");' appears to be the problem, removing it
	causes the dial sequence to work properly.

/usr/src/usr.bin/tip/libacu/hayes.c, line 96:

	write(FD, "ATv0\r", 5);	/* tell modem to use short status codes */
	gobble("\r");
How-To-Repeat: 
	re-build tip with the hayes dialer defined in tipconf.h.
	attempt to dial a site defined in /etc/remote.
Comment 1 scrappy freebsd_committer freebsd_triage 1996-10-22 07:15:45 UTC
State Changed
From-To: open->feedback


Dust off the cobwebs - Confirm Status 
Comment 2 scrappy freebsd_committer freebsd_triage 1996-11-04 14:50:12 UTC
State Changed
From-To: feedback->closed


Originator Confirmed Closure