Donate Share

Fast Asterisk's Telephony Services

File Release Notes and Changelog

Release Name: fats-0.5.0

Notes: FATS - FATS a Twisted Fast Asterisk's Telephony Services. Twisted framework based enhancement. Project contains protocols implementation for the FastAGI and AMI. Allow to make your Asterisk IP-PBX server faster and easy to use. 1) FastAGI protocol - Fast Asterisk Gateway Interface based on the Twisted framework allow you develop dial plan scripts like a network service. Clear dial plan logic and unload processor from a hard weight AGI processes. 2) AMI - Asterisk Management Interface. You can create fast and asynchronous application with gtk2, xml-rpc or web2 based interface for the Asterisk management. Enjoy! 3) Auto test tools. Project contains unit tests and API for easy testing of a custom FATS services. MockAsterisk and MockDatabase technique allow you develop and debug\test difficult FastAGIAMI services without real Asterisk IP-PBX server or database.


Changes: 0.5.0 (2008-02-18) ================== Features -------- - Add release-fats script for easy release management - Make tarball, apidocs Fixes ----- - Minor fixes 0.4.0 (2007-10-22) ================== Features -------- - AMI is in development process Fixes ----- - FastAGI is stable 0.3.0 (2007-07-09) ================== Features -------- - Add branch for the LadyBug service Fixes ----- - Major fixes. 0.2.0 (2006-10-13) ================== Features -------- - FastAGI proto implementation, hello world examples - Mock Asterisk Object for the easy test development