Asterisk app_dbquery
Created by: wuwu,Last modification on Sun 10 of Dec, 2006 [10:37 UTC]
Asterisk application DBQuery
With DBQuery you can access you Mysql Database and query it for the needed data, or update data in your Mysql Database. It is also possible to register DBQuery as cdr backend - so you can define your own sql statement for writing cdr data. DBQuery does use the MysqlPool Ressource to get a connection handle to a MySQL Database, so you achive load balancing and a fail save environment with it.For more information just take a look at http://www.yosd.at/

Comments
333Needs renaming