similar to: Problems compiling res_config_mysql (asterisk addons)

Displaying 20 results from an estimated 3000 matches similar to: "Problems compiling res_config_mysql (asterisk addons)"

2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
Hello: What do I need to do to compile R packages (especially RMySQL) for the 64-bit version of R 2.12.0 under Vista_x64? I upgraded to "Rtools212.exe" yesterday but immediately got errors from "R CMD check RMySQL_0.7-5.tar.gz". After the first error, I installed it a second time, then got "undefined reference to" roughly 50 different names beginning
2004 Jan 06
2
Problems compiling cdr_pgsql
Hi, Having installed postgresql-devel-7.4-0.3 and postgresql-libs-7.4-0.3 I'm having probs. compiling cdr_pgsql, can anyone offer any pointers as to what I might be missing? I'm hoping I've just missed out something like postgresql-wibblewobble-7.4-0.3 or something ... Below is the result of a make in the cdr source dir which may help those of you in the know thanks... Andy
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
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
2004 Jun 22
1
Problems compiling cdr_odbc.so
I'm not really being too lucky in the last days. After trying to compile cdr_mysql with no success, I am switching to cdr_odbc. I have installed unixODBC, iODBC and MyODBC correctly, I am even able to make queries with isql. But when trying to "make" in the cdr directory of the latest CVS, that's what I get: # cd /usr/src/asterisk/cdr # make cc -o cdr_odbc.so cdr_odbc.o -lodbc
2009 Aug 26
1
app_swift issue
Hello I have installed cepstral .... It works woderfull using an agi script but ..... when i try to use Swift("say this") is Dial plan .... I get the error [Aug 26 12:30:18] WARNING[7420]: pbx.c:3167 pbx_extension_helper: No application 'Swift' for extension (actdemo, 123, 2) Now i come to know to install app_swift Here is the issue... when i try to execute make command
2003 Mar 03
0
Voicemail Volume Control Patch
Hello all, This is my first attempt at posting a patch. So if I screw this all up, my apologies and please someone let me know without beating me up too bad. To use this patch. You need to have an extra line in /etc/asterisk/voicemail.conf that looks like volgain=10.0 The 10.0 gets passed to sox which you will need installed on your system. 10.0 is what works for me, anything over 1.0 will
2008 Jan 31
0
Realtime device update weirdness
Hello, We use Asterisk Realtime for our billing software. 200+ installations of Asterisk with Realtime, but I see this for the first time. Asterisk 1.4.17, Addons 1.4.5, No patches, no NAT - just plain simple installation. With debug I can see: [Jan 30 22:38:21] DEBUG[27885]: res_config_mysql.c:662 mysql_reconnect: MySQL RealTime: Everything is fine. [Jan 30 22:38:21] DEBUG[27885]:
2009 Aug 26
4
Fw: app_swift issue
Hi Shakeel, I had the same problem building app_swift (1.6..) myself and searched the web far-and-wide for a solution. I eventually contacted Darren Sessions -- who was maintaining that plug-in -- about a month ago. He was involved in another project and said he might be able get to it after a few weeks. But, since then, his website http://www.darrensessions.com/ has gone out of comission. I
2006 Oct 31
2
compilation problem with asterisk-addons
Hi, Trying to compile asterisk-addons 1.2.5 on Centos 4.4 produces this: Note: MySQL libraries are installed and the structure is as follows: /usr/src/astsources/asterisk-1.2.13 /usr/src/astsources/asterisk-addons-1.2.5 in /usr/src/astsources/asterisk-addons-1.2.5 I do: make clean make and the output is: ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
2007 Nov 19
3
How to enable res_config_mysql
Hi, I was trying to compiles addons 1.4 and res_config_mysql doesn't compile. is res_config_mysql still supported and is it still posible to use mysql with asterisk RealTime?? Bests Tomasz
2005 Nov 09
0
mysql dovecot 1.0alpha4
I try to authenticate using mysql and I always get access denied. I wrote a program in C that connect to the database and it work. I put the code within driver-mysql.c and it failed!!! My question is do you set up anything (SSL?) that could explain this failure. thanks. Here is the code MYSQL *h; h = mysql_init (NULL); if (h == NULL) { fprintf (stderr, "mysql_init() failed (probably
2005 Jan 26
2
Issue with res_config_mysql.so in latest CVS
Hello, I just checked out the latest CVS and compiled and now get the following error: [res_config_mysql.so] => (MySQL RealTime Configuration Driver) Jan 26 13:03:51 WARNING[27081]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing '/etc/asterisk/res_mysql.conf': Found Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561 parse_config: MySQL
2010 May 05
0
res_config_mysql - maximum field length for appdata
Hello list, as I am trying to write a complex macro for my users i have the problem, that the appdata field in the extensions table is to small for all my macro parameters. I am using the DB definition from http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions so appdata is limited to 128 characters. And I would prefer some more ;) After looking around in res_config_mysql.c I did
2005 Feb 20
0
Fwd: res_config_mysql & chan_iax2 socket_read error
Dear all, I just update my asterisk from v 1.0 to lasted CVS, I also used module res_config_mysql in asterisk-addons. Every working fine, but i got problem with IAX user can't make a call, when IAX user make a call, i got message in console like this Feb 21 06:20:07 NOTICE[365]: chan_iax2.c:6090 socket_read: Rejected connect attempt from xxx.xxx.xxx.xxx, who was trying to reach '411@'
2005 Nov 09
0
More informations on mysql bug
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/kerberos/include -o dovecot-auth auth.o auth-cache.o auth-client-connection.o auth-master-connection.o auth-master-listener.o auth-module.o auth-request.o auth-request-handler.o auth-stream.o
2007 Jul 03
1
res_config_mysql.c: MySQL RealTime: Failed to connect database server ..
Hi, I don't explain very well what my problem, but i can't make calls. i analise my log full and i found two errors Jul 3 19:02:08 ERROR[4670] res_config_mysql.c: MySQL RealTime: Failed to connect database server on (err 2002). Check debug for more info. Jul 3 19:02:08 VERBOSE[4670] logger.c: -- Added extension 'exit-FAILED' priority 1 to macro-vm Jul 3 19:02:08
2007 Oct 30
1
chan_mobile
I'm trying to compile chan_mobile for asterisk 1.4 I've installed 1.4 from SVN and downloaded addons from SVN also. I make ./configure, make menuconfig, select only chan_mobile, and make. Then I obtain the following errors. (I've also tryed applying the patches I found at http://www.chan-mobile.org/?page_id=5 but with no better results. make[1]: Entering directory
2006 Apr 09
0
Realtime oracle compiling problem
I can'T compile my oracle realtime library any more i updatet the svn today and now i tried to recompile my oracle realtime driver and now it gives me that errors: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/oracle/10.1.0.4/client -c -o res_config_oracle.o res_config_oracle.c res_config_oracle.c:53: warning: data definition has no type or storage class res_config_oracle.c: In
2005 Jul 07
2
res_config_mysql.so in CVS asterisk-addons broken?
Hi! I would like to use the realtime extension of Asterisk and got the latest asterisk-addons from CVS. Upon compiling things, I got a couple of error messages from app_addon_mysql... is it me, or are the files in the CVS broken? Thanks, Christoph