similar to: Compile error on cdr_yada for asterisk on centos with Oracle

Displaying 20 results from an estimated 400 matches similar to: "Compile error on cdr_yada for asterisk on centos with Oracle"

2005 Sep 14
0
compile problems with yada
Hi, I am trying to compile a new version of asterisk, Until now I successful compiled to following modules zaptel asterisk yada 0.9 now i have some problems with compiling cdr_yada can somebody give me a hint to correct the error. [root@www cdr_yada-001]# make gcc -Wall -g -D_GNU_SOURCE -DBUILDREV=001 -I.. -I../include -I/usr/local/include -fPIC -c cdr_yada.c -o cdr_yada.o cdr_yada.c: In
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
2005 Mar 20
1
HELP: Failed start after install asterisk_oh323-0.7.1
Hi, ALL: I install my oh323 channel driver following steps of http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en I works my asterisk well before install the chan_oh323.so. But after I do "make install" the oh_323, my asterisk crash and show me the following message (asterisk -vvvvvvc). Does anyone have any idea about it? What's wrong
2005 Feb 17
0
started asterisk with chan_misdn
hello, i have a problem on started asterisk, when try to start asterisk a get the fowlling error: chan_misdn.so] => (Channel driver for mISDN Support (Bri/Pri)) Feb 17 11:34:01 WARNING[3104]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing '/etc/asterisk/misdn.conf': Found Feb 17 11:34:01 WARNING[3104]: config_old.c:39 ast_destroy: ast_destroy
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
2005 Sep 16
0
lastest spandsp-0.03pre1 don't compile
Dear all, Anyone get the lastest spandsp with udptl.c and tpkt.c compile in Fedora 3? tpkt.c: In function `accept_thread': tpkt.c:140: error: `TCP_NODELAY' undeclared (first use in this function) tpkt.c:140: error: (Each undeclared identifier is reported only once tpkt.c:140: error: for each function it appears in.) tpkt.c:144: error: invalid application of `sizeof' to
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
2005 Jul 07
1
Asterisk Crashes after update
After doing an update from SUSE 9.2 to 9.3 and Checking out the latest from CVS, Asterisk crashes on startup with an apparent MySQL (res_config_register) error: # asterisk -vvvgc > asterisk_startup_error1.log asterisk: symbol lookup error: /usr/lib/asterisk/modules/res_config_mysql.so: un defined symbol: ast_cust_config_register The log is shown below. I've seen the posts
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
2003 Apr 12
1
fix for typo in latest cvs in channels/chan_alsa.c
Index: channels/chan_alsa.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_alsa.c,v retrieving revision 1.2 diff -r1.2 chan_alsa.c 1042c1042 < if ((cfg = ast_load(config)) { --- > if ((cfg = ast_load(config))) { -- Michael Bielicki Managing Director TAAN Consultants Ltd http://www.global-gateway.net/
2004 Aug 16
3
What is the best Linux for asterisk
How has experience in Asterisk voip provider? I am trying to setup a reliable Linux system with Asterisk for a voip provider. Therefore I got two more or like identical systems. System 1 AMD Atlhon XP 2200 Asus A7V600-X bios 1002 1Gb memory 333 Mhz Asus 7100 videocard 120GB harddisk System 2 AMD Atlhon XP 2200 Asus A7V600-X bios 1005 1Gb memory 400Mhz Geforce MX 4000 64MB 40
2007 May 07
2
Asterisk to record CDR in DB Oracle
Hi People, I had success to do my asterisk to record CDR in a databese MYSQL... Now, I need to do it to record CDR in Oracle... Does Anybody knows how to do this?? Every hints are welcome.... Thank`s all Everton Goularth Uberlandia - MG - Brazil _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as
2010 Aug 23
3
Unable to upload images using native rails file upload
I am a rails newbie and am trying to build my first app. I have a jobs and categories controller and models respectively. CONTROLLER: def new @job = Job.new @catergory = Catergory.all respond_to do |format| format.html # new.html.erb format.xml { render :xml => @job } end end #THIS IS A group of 10 RADIO_BUTTONS TO SELECT A CATEGORY FROM. BY DEFAULT THE FIRST
2004 Aug 27
5
iaxtel and jitterbuffer
I am trying to work out IAX <--> IAX communications with my * box. I have a registration with iaxtel and I thought I would start there for my learning. I am able to call the number for Digium's support line (700-428-6000), but the sound is horribly chopping. Some reading revealed the jitterbuffer settings, so I enabled them in iax.conf. I have the following now: ; Inter-Asterisk
2003 Jun 12
2
Segmentation fault on "reload"
Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *************************************************************** *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or
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
2003 Jun 13
1
Segmentation Fault ... Big problems
I am still getting a segmentation fault when I try to reload asterisk Here is the output: Asterisk Ready. *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or directory) == RTP Allocating from port range 5000 -> 31000 -- Reloading module
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]:
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files, app_cbmysql.c, app_meetme2.c and Makefile all exist in ../apps then a patch -p1 from the ../asterisk directory should work. The -p1 tells patch to ignore the first directory in the path to the file in the patch, -p2 ignores two directories. Another option is to just edit the apps-meetme-cbmysql.txt and split it into three patchs and apply
2005 Jan 20
0
What's up with IAXTEL?
I finally got around to signing up with Iaxtel and Free World Dialup... the price was right, as far as that goes! I've gotten and placed calls via FWD just fine. But I can't seem to get registered, or stay registered, with Iaxtel. My logs show the story; at startup I see: Jan 20 07:14:44 VERBOSE[14121]: -- Registered to '65.39.205.121', who sees us as ... yada yada... As