Displaying 3 results from an estimated 3 matches for "mysqlpool".
2007 Dec 18
4
Using MysqlPool Application 1.4
Hi,
Since I've upgraded to Asterisk 1.4 I can't use a MySQL database anymore
for select queries :-(
I'm using dbquery from MysqlPool Application 1.4 and selecting something
from a table returns nothing even if I try to do a query like
"SELECT 1;"
Is anyone in the same troubles ? Do you advice me another solution to
connect to my database ?
For information, I'm using MySQL 5.1 (for xml) on a ubuntu gutsy server....
2007 May 17
0
Compiling DBQuery
Has anyone tried to compile the current version of MySQLPool from http://www.yosd.at <http://www.yosd.at/> against Asterisk 1.4.4?
It seems to not compile...
[root@itsentinel res_mysqlpool]# make
gcc -pipe -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -I/usr/local/mysql/include/mysql...
2008 Nov 13
5
database queries from extensions.conf
Hi!
What is the preferred way to make database lookups from within the dialplan?
I only know the MYSQL function from asterisk-addons. Are the other
methods too? (e.g. for postgresql, unixodbc)
thanks
klaus