similar to: Compiling DBQuery

Displaying 20 results from an estimated 300 matches similar to: "Compiling DBQuery"

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
2006 Dec 28
2
Error compiling chan_vpb
hello this is the error chan_vpb.cc: In function \u2018void mkbrd(vpb_model_t, int)\u2019: chan_vpb.cc:1530: aviso: la dereferencia de punteros de tipo castigado romper las reglas de alias estricto chan_vpb.cc: In function \u2018ast_channel* vpb_new(vpb_pvt*, ast_channel_state, char*)\u2019: chan_vpb.cc:2671: aviso: comparacin entre expresiones enteras signed y unsigned g++ -c -o chan_vpb.o
2007 May 31
0
Urgent-- Error while installing app_dtmftotext.
Hi, I am getting the following error.... after installing SPANDSP along with app_dtmftotext.c file. and while making Asterisk again. Error follows:: ******************************************************************* [root@ast asterisk-1.4.1]# make Generating input for menuselect ... menuselect/menuselect --check-deps menuselect.makeopts make[1]: Nothing to be done for `all'. make[1]:
2007 Jan 29
0
Rxfax and txfax
somebody know how to compile the rxfax and txfax apps under asterisk 1.4.0?? i get this errors: Generating embedded module rules ... make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. [CC] app_rxfax.c -> app_rxfax.o
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
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3 I get the following errors on make install Any help would be GREAT! Thanks [CC] app_cepstral.c -> app_cepstral.o In file included from /usr/src/asterisk/include/asterisk/linkedlists.h:23, from
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2003 Jun 18
2
Problem with oh323 package for asterisk
Hi, I try to use oh323 package from inaccessnetworks for asterisk, but after make and make install that package, I have this WARNING message hwen a try to launch asterisk from shell command line...asterisk -vvvc... [liboh323wrap.so]WARNING[1024]: File loader.c, Line 235 (ast_load_resource): No load_module in module /usr/lib/asterisk/modules/liboh323wrap.so
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
Hello group, I've encountered some problems getting Beronets app_bundle installed with Asterisk 1.4.0-beta2. The output messages I get while running make are: cc -ggdb -Wall -D_GNU_SOURCE -fPIC -DAST_CONFIG_DIR=\"/usr/local/asterisk/etc/asterisk/\" -DPTYSPOOLDIR=\"/usr/local/asterisk/var/spool/asterisk/ptyspool\"
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
hi, I installed icecast-2.2.0.tar.gz and ices-2.0.1.tar.gz on Fedora3 linux-2.6.12-1.1372_FC3). It works fine for playlist.ogg from the other CPU, such as 'xmms http://192.168.0.3:8000/listplay.ogg'. But when I use 'stdinpcm' like 'asterisk-ices.xml' which send voip's voice udp packets to 'asterisk-ices.xml' such as; .......(snip)...... <stream>
2004 Jul 02
1
Problem with CHAN_SCCP
Hi, I have an asterisk running great, with 2 cisco 7912 phones converted to SIP, and a cisco 2600 xl w/ E1 and SIP. I?m thinking to expand the test adding more 7912, but I prefer not convert all the 7912 to SIP, so I?m tying to put CHAN_SCCP to work. I?ve get the sources from cvs.sourceforge.net but when I try to compile, get the followings errors: [root@asterisk01 chan_sccp]# make Now
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
Hi, I have implemented a custom application module based in some esqueletone code I will provide below. I have tested it with asterisk 1.2.23 and it works fine. But when I tested the same application with a newest version of asterisk like 1.4.* it always returns an error trying to load the module or more specific, trying to register the application. here is the code: int load_module(void){
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
I had a klibc build failure (on s390) because of include/sys/module.h and noticed that it still has the old system call interface for 2.4 style modutils. Is there any reason to keep that in klibc? This patch fixes the build problem by removing the old file and also makes it possible to build module-init-tools (after some tweaking there) against klibc. Arnd <>< =====
2005 Aug 25
2
Custom Application For Asterisk
Hi All I just completed a custom application for Asterisk (i m not a C guru so i just copy codes from other application and alter according to my needs) attached files is the source file this application is working fine but still i need you people to give suggestion to improve it Primary task of this application is to get a parameter from extensions.conf, query sql server and play a files
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
Hi, Since Carl has kindly provided us with fax support for CAPI based cards, we have been using it with much success. Today I have modified app_capiFax so that it now supports a dynamic CSID. The following example uses the DNID created by chan_capi on an AVM Fritz! card. * Receive a fax with CAPI API. * Usage : capiAnswerFax2(path_output_file.SFF|stationID) * * This function can be
2002 Dec 23
1
klibc insmod for recent kernels
--9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I stripped down the insmod command from modules-init-tools for use with klibc. Rusty agreed to have this contributed to klibc. The second patch removes old style modules support. -- ciao, Marco --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment;
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write , based on the cdr_mysql.so module, an Sybase module. To compile you can use something like that: export SYBPLATFORM=linux export SYBASE=/opt/sybase cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm -L$SYBASE/lib (anyone could write the corect Makefile
2004 Jun 17
3
asterisk-addons compilation error
Folks I am getting the following error as of today after updating both asterisk and asterisk-addons. These are both under /usr/src. Any ideas? dora-debian:/usr/local/src/asterisk-addons# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
2004 Jul 06
1
compiling mysql addon
running make gives: cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data definition has no type or storage class cdr_addon_mysql.c: In function `mysql_log': cdr_addon_mysql.c:108: error: `mysql_lock' undeclared (first use in this function) cdr_addon_mysql.c:108: error: (Each undeclared identifier is reported only
2004 Jul 31
2
Which version of MySQL works with cdr_addon_mysql?
I'm having problems compiling cdr_addon_mysql with MySQL 3.23.58 I get the following errors: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data definition has no type or storage class cdr_addon_mysql.c: In function