Here's an incomplete list:

* general:
	- add forward button. forward should be possible by
	  E-mail _and_ fax
	- add docking to kpanel
	- remove duplicate config file entries for voice directories
	  (once in voice.conf; once in gcfg)

* add fax functions:
	- sending; mostly done. still need to add a check if 
	  queuing was successful
	- should check if running faxrunq was successful.
	- examining the fax queue and deleting entries
	     mostly done. Just need to print an error message
             if deleting wasn't successful
	- coverpage with nice layout. See example from Stefan
	- change the appeareance of kvoice if fax only mode is desired

* voice:
	- elsa modem only accepts samples with 7200Hz. Need to convert
	  wavs to 7200Hz, before pfvtormd accepts transforming them.
	  How? Is there a tool, which could do the work, or do I have to 
	  do something myself, which I would hate to... (fft of the wav, 
	  cutting higher frequencies and transforming back)

* sound
	- conversion from and to wav should be done nonblocking
	  conversation is boring slow. Is there a way to improve speed?

* setup/config
	- kvoice itself
	    mostly done
	- autodetect modem via ati
	- mgetty/vgetty
	    mostly done.
	    We still need to check, if vgetty exits because of errors,
	    to avoid calling it every second.
	- setup tabdialog

* support for multiple modems

* allow/deny list for fax/voice users

* process handling via stdin/stdout, use kprocess
	- mostly done, still some problems with recording from headset
	  via vm. The communication doesn't seem to work.

* clean up & redo ModemHandler
	- mostly done. Need to implement some autotest of the modem
	  via ati commands

* setuid handling
	- should be ok now. Can someone find some security holes
	  when running suid???

* use kde fonts

* use kde keys








