search for: use_mysql_vm_interfac

Displaying 13 results from an estimated 13 matches for "use_mysql_vm_interfac".

Did you mean: use_mysql_vm_interface
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
...($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif *************** *** 66,75 **** install: all for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so app_voicemail.so : app_voicemail.o ifeq ($(USE_MYSQL_VM_INTERFACE),1) $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) --- 69,84 ---- install: all for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime...
2004 Jun 21
1
Problem compiling fax applications
...f *************** *** 65,74 **** gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto app_voicemail.so : app_voicemail.o ifeq ($(USE_MYSQL_VM_INTERFACE),1) $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) --- 68,95 ---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o...
2004 Dec 28
2
Mysql and Voicemail
Hi, I would like to enable mysql handling of voicemail boxes ... following that tutorial http://www.voip-info.org/wiki-Asterisk+voicemail+database so I modified the makefile of /apps directory to include USE_MYSQL_VM_INTERFACE=1 and copied mysql-vm-routines.h in the /apps dir, set up the db and some boxes in the table, also edited the voicemail.conf file. Everything compiles just fine, then when I start * I have no results, "show voicemail users" --> There are no voicemail users currently defined also i...
2004 Apr 07
0
no good day today ! :(
Today I updated my asterisk cvs, I would love to set up mysql support for voiceboxes. Here is what has happened (by now): cvs does not compile as downloaded, module chan_oss reports an error; if I compile with -i all works fine except for chan_oss. Ok, time to set USE_MYSQL_VM_INTERFACE=1 in apps\Makefile and to do make install -i When I launch asterisk, (with chan_oss excluded)I get a "broken pipe" message repeated until crash, disabling music on hold solves the problem. Compiling again with USE_MYSQL_VM_INTERFACE=0 in apps\Makefile solves at least the "broke...
2008 Mar 25
1
Have problem with realtime sql
Hi, I am having a strange problem with attempting to get voicemail-to-mysql to work. The biggest problem is that I am not able to store voicemail into database. So, I followed the instructor found on the web: Updated the /usr/src/asterisk/apps/Makefile to have USE_MYSQL_VM_INTERFACE=1 and recompiled asterisk, with make clean; make; make install (By the way, is it necessary to update the Makefile for Asterisk 1.4.18?) After "make install", I got some warning messages: Your Asterisk modules directory, located at /usr/lib/asterisk/modules contains modules that we...
2005 Sep 12
1
compile error with postgres and voicemail
Hello, I'm using asterisk-1.0.9 and wanted to compile it with database support in voicemail (postgres). I made the following changes in the /apps/Makefile: USE_MYSQL_VM_INTERFACE=0 USE_POSTGRES_VM_INTERFACE=1 Without theese changes asterisk compiles perfectly, but after setting the postgres variable on 1 (that's what I have to do or not?), asterisk terminates with the following compile error after make: [...] app_voicemail.c:460: warning: assignment makes pointer fro...
2006 Nov 05
1
Reading Voicemail Config from MySQL
...as opposed to voicemail.conf + sip.conf for my users. Users register with SER and get passed through to asterisk when they dial out. I followed the instructions as per http://www.voip-info.org/wiki/view/Asterisk+voicemail+database so basically I have 1) Build asterisk-addons-1.2.5 and added the USE_MYSQL_VM_INTERFACE=1 to the asterisk/apps folder and built asterisk again 2) I configured my voicemail.conf appropriately: dbuser=username dbpass=password dbhost=localhost dbname=asterisk_vm and have a database called asterisk_vm with a table called users with the fields needed by asterisk 3) Populated my database...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...+=-DUSEPOSTGRESVM endif *************** *** 65,74 **** gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto app_voicemail.so : app_voicemail.o ifeq ($(USE_MYSQL_VM_INTERFACE),1) $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) --- 68,95 ---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $&lt...
2005 Feb 11
1
Still stuck trying to make Asterisk read MySQL
...om+mysql Now I'm trying to get Asterisk to look up voicemail configs from the asterisk_vm database. In order to do this, I've been following the instructions at: http://www.voip-info.org/wiki-Asterisk+voicemail+database So, I've: 1) Updated the /usr/src/asterisk/apps/Makefile to have USE_MYSQL_VM_INTERFACE=1 and recompiled asterisk, with make clean; make; make install 2) Updated voicemail.conf to have the appropriate entries: dbuser=username ;; Yes I changed this to my username dbpass=password ;; Yes I changed this to my password dbhost=localhost dbname=asterisk_vm 3) Created the users table in...
2004 Aug 23
1
Problem with mysql and with asterisk
...ike ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE `ls *.c` cdr_addon_mysql.c:33:19: mysql.h: No such file or directory cdr_addon_mysql.c:34:20: errmsg.h: No such file or directory for x in ; do install -m 755 $x /usr/lib/asterisk/modules ; done The I have used "to use mysql-vm-routines, set USE_MYSQL_VM_INTERFACE to 1 in asterisk/apps/Makefile , then put this file into asterisk/apps/ and (re)build asterisk." Then use make from the /usr/src/asterisk/ Then system have give me this type of error message: make[1]: Entering directory `/usr/src/asterisk/apps' gcc -pipe -Wall -Wstrict-prototypes -Wmi...
2007 Jul 12
0
No subject
...t voicemail-to-mysql = to=20 work.&nbsp; <BR>The biggest problem is that I am not able to store = voicemail=20 into database.&nbsp; So, I followed the<BR>instructor found on the = web:=20 <BR><BR>Updated the /usr/src/asterisk/apps/Makefile to=20 have<BR>USE_MYSQL_VM_INTERFACE=3D1 and recompiled asterisk, = with<BR>make clean;=20 make; make install<BR><BR>(By the way, is it necessary to update the = Makefile=20 for Asterisk 1.4.18?)<BR><BR>After "make install", I got some warning=20 messages:<BR><BR>&nbsp;You...
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the Apps_makefile.patch from Spandsp I get the following error. patching file Makefile Hunk #1 FAILED at 47. Hunk #2 FAILED at 76. 2 out of 2 hunks FAILED Has anybody seen this.