TODO:

For starters, this projects is eventually going to be a voice mail box/caller ID program.  The docklet will be modified to display the number of waiting messages for the particular user.

Why not vgetty?  Seems that vgetty requires a class 2.0 or 2 fax modem to get started with.  I don't have one, nor do I really need to receive faxes at this time.  

Planned features:
	- the voice.cpp class will seperate DLE codes by intercepting the com file 					  descriptor, and over riding the GetFD method.
	- the voice.cpp will also handle sending and receive voice through various encoding 		  methods to be defines in other classes.	
	- config files soon to be added.  check out config.cpp for some ideas on it.
	- more logging, debugging and pollishing of the code
	- Data connect detection for remote logins.  
	- Rejected/Accepted connections based on caller ID information
	- Later version may detect the FCON and spawn off a class 1/2 fax program.  
	
		
Things to fix:
	- well I've been running the code for quite some time without problems.  it's fairly 		  stable, but by no means complete.

	