Displaying 2 results from an estimated 2 matches for "res_mysqlpool".
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 -D_REENTRANT -D_GNU_SOURCE -O6 -DUSE_CVS -fPIC -c -o res_mysqlpool.o res_mysqlpool.c
In file included from res_mysqlpool.c:35:
res...
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