

Volunteers welcome!  Please subscribe to the wvdial mailing list by sending
a message to wvdial-list-request@worldvisions.ca with the subject
"subscribe".


WvDial
------
- start PPP when you get an IP address string
- longer delay after a prompt is detected
- 1ms-lag-mode for wvmodem
- pickier speed detection (some modems just don't work at the max baud
   rate!)
- mention /etc/wvdial.conf, /dev/ttyS*, and pap-secrets file permissions
- improve menu parsing (1. PPP / 2. SLIP etc); number MUST come before "PPP"
	(also accept 1 - PPP, 2 - SLIP, etc)
- "never respond to prompts" option
- allow passing of options on the command line:  if it has an '=' sign,
	assume it's a configuration setting. (Yuck...)
- find pppd in PATH, don't assume /usr/sbin/pppd
- blank lines count as prompts (sometimes?)
- portability: #ifdef's around B57600 and higher?
- create a pidfile in /var/run/wvdial.pid
- don't open terminals that are already in use, even if they don't have
  lockfiles?  How can we determine that?
- include a sample wvdial.conf file.
- split the debian postinst script out, so that non-debian users get the
	convenient setup prompts
- handle chap-secrets as well as pap-secrets
- go to background automatically when starting pppd (watch out with the
	lockfile!)
- create config file 0600!!



WvDial - docs
------
- how to disable call waiting (insert *70, in the phone number)
- ask users to send /var/log/pppd if it doesn't work
- make sure /etc/ppp/options has no nasties (modem name, phone #, etc)
- document all new /etc/wvdial.conf options in the man pages
