2002-11-15	0.0.6    Ariel Pereira <solx@internet.com.uy>
		Fix of several bugs.
		The first line in readserial, the definition of the script interpreter 
		was left with the -c option, which only make syntax check.
		The phonedb, had several bugs related to the goldstar pbx, a code 
		cleanup was also made.

2002-10-17	0.0.5    Ariel Pereira <solx@internet.com.uy>
		** Lots of changes **
		phonedb is modified to accept logs from a Panasonic KXT308, which can
		enforce to identify the user with a code, this code appears in the log
		and is used to identify an UID.  
		That's the reason why the personas table is created, to relate an id
		with the code the person must type before making a call.
		Phonedb is also parametrized, a rc file must be configured, it can run 
		as daemon or process the log file and exit.
		There is a new parameter in the pblogan.conf, "pause" that determines the 
		delay between reads of the serial port in daemon mode.

		A lot of changes where made in the subjects related to the compute of
		the cost of the calls, a most generic algorithm is used with a lot of
		simplicity in the programming part.

		The web interface get some new features letting you to associate names 
		with businesses phone numbers.
		You can also define personal phone numbers of the people who use the
		PBX.  This feature is useful if your PBX record the user id, with this
		info and the personal numbers, you can determine if it is a work call
		or not.  This can only be done by the administrator of the app, this is
		defined in the db, the user is "admin" and the password is "passowrd".
		The include.inc is replaced by the config.inc, which also include two 
		new variables, which are the brand and delay.   The delay variable is 
		related with the dealy between updates of the web interface in the main
		page.

2002-07-26  	0.0.3    Ariel Pereira <solx@internet.com.uy>
		The web interface when loaded, brings the last 30 calls.

2002-07-23  	0.0.2    Ariel Pereira <solx@internet.com.uy>
		Parametrized configuration of phonedb and readserial, reads the
		file /etc/pblogan.conf.
		Added support for Goldstar PBX.
		Parametrized configuration of web interface, see the file include.inc.
		The query "LLamadas Fuera de Hora" (Out Of Working Time Calls)
		shows the day of the week.

2002-01-21	0.0.1a   Ariel Pereira <solx@internet.com.uy>
		Initial release.

