~ubuntu-branches/ubuntu/quantal/wvdial/quantal

0.1.1 by Martin Pitt
Import upstream version 1.54.0
1
From Ave:
2
	I think wvdial should try 'users' as a response once, then give up
3
	and rever to 'ppp'.
4
	
5
	If "Default Reply" is set in the config file, it should override
6
	any wvdial braininess.
7
8
9
10
11
12
13
14
From worldvisions@worldvisions.ca Thu Mar 25 11:55:08 1999
15
Received: from worldvisions by insight.worldvisions.ca with local (Exim 2.05 #1 (Debian))
16
	id 10QDPQ-0007c0-00; Thu, 25 Mar 1999 11:55:08 -0500
17
Received: from localhost [127.0.0.1] (apenwarr)
18
	by insight.worldvisions.ca with esmtp (Exim 2.05 #1 (Debian))
19
	id 10QDPQ-0007bu-00; Thu, 25 Mar 1999 11:55:08 -0500
20
Received: from www1.bond.net
21
	by fetchmail-4.6.4 POP3
22
	for <worldvisions/localhost> (single-drop); Thu, 25 Mar 1999 11:55:08 EST
23
Received: from ccshst09.cs.uoguelph.ca (ccshst09.cs.uoguelph.ca [131.104.96.18])
24
	by www1.bond.net (8.9.3/8.9.3) with ESMTP id LAA14001
25
	for <apenwarr@worldvisions.ca>; Thu, 25 Mar 1999 11:46:29 -0500 (EST)
26
Received: from ccshst01 (ccshst01.cs.uoguelph.ca [131.104.96.14])
27
	by ccshst09.cs.uoguelph.ca (8.8.6/8.8.6) with SMTP id LAA18089
28
	for <apenwarr@worldvisions.ca>; Thu, 25 Mar 1999 11:51:28 -0500 (EST)
29
Date: Thu, 25 Mar 1999 11:51:28 -0500 (EST)
30
From: wfs <wstrong@uoguelph.ca>
31
X-Sender: wstrong@ccshst01
32
To: Avery Pennarun <apenwarr@worldvisions.ca>
33
Subject: Re: adding a third propmt
34
In-Reply-To: <19990324230103.D17057@worldvisions.ca>
35
Message-ID: <Pine.HPP.3.95.990325114133.3856B-100000@ccshst01>
36
MIME-Version: 1.0
37
Content-Type: TEXT/PLAIN; charset=US-ASCII
38
X-UIDL: c7c66cc952a281b12245ba5bbb05f203
39
Sender:  <worldvisions@worldvisions.ca>
40
Status: RO
41
Content-Length: 2377
42
Lines: 90
43
44
45
46
On Wed, 24 Mar 1999, Avery Pennarun wrote:
47
48
> 
49
> Could you send an exact copy of your wvdial output so I can see why it's
50
> choosing the wrong prompt response?
51
> 
52
> 	wvdial 2>&1 | tee wvdial.out
53
> 	
54
> 
55
56
Sure, I've included it below.  Thanks for the quick response, I was
57
shocked.  Like I said, wvdial is excellent.  I've never seen an app,
58
either under *nix or Windows that was able to not only locate the
59
modem, but figure out the proper init and control strings.  Is wvdial
60
standard with any linux distributions?  If not, it should be, and with
61
Slak (but that's a rather biased opinion).
62
63
Thank you again for getting back to me so quickly.  It would be great
64
if I could use an app developed so close to home.
65
Walter
66
67
---------------------------
68
wvdial.out
69
70
--> WvDial: Internet dialer version 1.20
71
--> Initializing modem.
72
--> Sending: ATZ
73
ATZ
74
OK
75
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
76
ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
77
OK
78
--> Modem initialized.
79
--> Sending: ATDT 763-0250
80
--> Waiting for carrier.
81
ATDT 763-0250
82
CONNECT 115200
83
--> Carrier detected.  Waiting for prompt.
84
Annex Command Line Interpreter   *   Copyright 1991 Xylogics, Inc.
85
Checking authorization, Please wait...
86
Annex username: 
87
--> Looks like a login prompt.
88
--> Sending: wstrong
89
wstrong
90
Annex password: 
91
--> Looks like a password prompt.
92
--> Sending: (password)
93
Permission granted
94
*-*-* 96070201
95
[1b][H[1b][2J   Terminal Server Access to the University of Guelph HSNetwork.
96
     
97
*-*-*
98
annex03:33: 
99
  DOSMaslo Users: Type  services  to display a list of campus 
100
          IT services
101
  WinMaslo Users: Type  ppp  to complete connection
102
annex03:33: 
103
--> Found a good menu option: "users".
104
--> Hmm... a prompt.  Sending "users".
105
users
106
CLI: Command not found.
107
annex03:33: 
108
--> Hmm... a prompt.  Sending "users".
109
users
110
CLI: Command not found.
111
annex03:33: 
112
--> Hmm... a prompt.  Sending "users".
113
users
114
CLI: Command not found.
115
annex03:33: 
116
--> Don't know what to do!  Starting pppd and hoping for the best.
117
--> Starting pppd at Thu Mar 25 11:40:28 1999
118
--> PPP daemon has died! (exit code = 0)
119
--> Disconnecting at Thu Mar 25 11:40:32 1999
120
--> Auto Reconnect will be attempted in 5 seconds
121
--> Initializing modem.
122
--> Sending: ATZ
123
OK
124
ATZ
125
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
126
OK
127
&C1 &D2 S11=55 +FCLASS=0
128
--> Modem initialized.
129
--------------------------------------------
130
131
132
133
134
135
136
137
138