Bug 914

Summary: hayes dialer for tip fails 1st attempt to dial
Product: Base System Reporter: smp <smp>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 2.1-STABLE   
Hardware: Any   
OS: Any   

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