* November 3, 2005 13:15 v0.5.5

	- Call Dial() application directly instead of making the
	  use do this in the dialplan
	- Make sure priorities are handled correctly with multiple
	  egress routes
	- More verbose dialling
	- Allow the Dial() command to be overridden using the
	  DIALROUTE channel variable
	- Simulate the channel being unavailable if the channel
	  variable DIALROUTE is set to NoOp (for debugging)
	- Actually sort the rates based on cost (!!)

* August 26, 2004 12:50 v0.5.3

	- Automatically put technology and peer into the substitution
	  pattern
	  THIS REQUIRES CHANGES IN YOUR SUBSTITUTION PATTERNS!

* August 26, 2004 11:45 v0.5.2

	- Change to build with Asterisk from trunk, and not from
	  the defunct v1-0_stable branch

* December 2, 2003 11:20 v0.5.1

	- Fix core dump if called when no rates or egress routes
	  have been loaded
	- Fix clearing of egress routes when reloading rates
	- Fix table definition for rates

* November 29, 2003 16:04 v0.5

	_ Load rate and egress information into in-memory splay
	  trees, reducing dependency on database being available
	  at all times
	- Link against shared MySQL library by default
	- Remember the rate we used, not the egress route we used
	  between routing portion and CDR portion -- the rate is
	  what is needed to calculate call cost
	- Fix MySQL problem in poster thread
	- Better code documentation
	- Queue CDR entries if database becomes unavailable; use
	  seperate thread to post entries to MySQL

* November 26, 2003 16:02 v0.4

	- Increased maximum prefix length to 10
	- Added simple Perl-style number rewriting capability

* November 24, 2003 08:41 v0.3

	- Added README and DISCLAIMER files
	- Added TODO list

* November 23, 2003 21:16 v0.2

* November 23, 2003 20:49 v0.1
