File Release Notes and Changelog
Notes:
There are a lot of changes and improvement in this version of AstBill. The Provider trunk is really improved. Web interface for Provider Routes and Price List. Many Bug Fixes. Speed improvements when you have many accounts. H323 Accounts. Ability to disable technologies not used. Improved Access control. Admin can now create Roles and assign rights to nearly every Menu Choice.
ARE --
Changes:
* Added modules.conf for the /etc/asterisk directory. This is to disable some modules that are not used by AstBill
* Improved 'Local' call handeling in MySQL Stored Procedure RateGetTrunk. Enforced number length check on 'Local' calls.
* moved 'local-sip' in extensions.conf to come first. Make adding new local extensions easier.
* Removed table astpricelistghost. It was not used by AstBill
* Added view asvpricecountry and asvpricecountry2
* Modified table astaccount. Added fields for Calling Card Processing.
* Default Top-Up Script is stored in Database. astsystem TopUpURL
* Added field for next nr when no accounts in astsystem firstaccount
* Removed all Perl cgi-bin scrips and converted to php. New PHP scrips are now in the ajax folder
* No Need for cgi-bin. This simplify installations.
* Improved web based call and click handeling
* To simplify The User Interface you can now disable the account types you are not using by setting astactype.active to 0
* This apply to IAX, SIP, VIR and H323 Accounts. They can now be disabled in the system if not in use.
* Administrator can now change account context for users.
* Updated Procedure RateGetTrunk. asttrunk.trunkcost, astroute.costplan is now used correctly to priorities call routing.
* See: http://wiki.astbill.com/wiki/How_Call_Routing_works
* Created MySQL view asvaccuser;
* Modified MySQL view asvaccount; This generate speed enhancement for large installations
* There are many other smaal modifications and bug fixes