Displaying 8 results from an estimated 8 matches for "app_sql_odbc".
2005 Oct 01
3
Adding Cepstral to Asterisk
I downloaded Cepstral to my Asterisk Box. I did the install and let it
install to /opt/swift.
I brought down a new CVS-HEAD as of today 10/1.
I added APPS+=app_cepstral.so into the Makefile in
/usr/src/asterisk/apps/Makefile
Like:
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
APPS+=app_cepstral.so
#
I did this piece but wasn't sure exactly what part of the Makefile I was to
add it in so I added it in here:
Towards the top of the file where it talks obsolete programs are commented
out.
And then after the section that compiles voicemail add:
app_cepstral.so: app...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...own to patch < Makefile.patch that fails with Hunk #1 FAILED at 35. and Hunk #2 FAILED at 68. The Makefile.rej is included below. Not being a Linux wiz-kid, I'm struggling to figure out what when wrong and how to fix it. The problem seems to be related to two missing programs app_todd and app_sql_odbc. Some searching around with Google, I find these things seem to have existed at one time (the todd anyway). It seems that the most recent documents: http://scottstuff.net/scott/archives/000152.html
Dated March 28, 2004 and the earlier lists documents:
http://lists.digium.com/pipermail/asterisk...
2004 Jun 21
1
Problem compiling fax applications
...--------------------------
voipgw:/usr/src/asterisk/apps# patch < Makefile.patch
patching file Makefile
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 68.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
--------------------------
Makefile.rej:
***************
*** 35,44 ****
#APPS+=app_sql_odbc.so
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo
"app_zapras.so app_meetme.so app_flash.so app_zapbarge.so
app_zapscan.so" ; fi)
#APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi)
CFLAGS+=-fPIC
ifeq ($(USE_POSTGRES_VM_INTE...
2007 Mar 21
0
install and setup app_mp4 application
Hi all,
according to
http://sip.fontventa.com/content/view/15/44/ i have
compiled the mpeg4ip libries without problem. After
copying the app_mp4.c file into de Asterisk apps
directory and changing the Makefile like.
[...]
app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lodbc
app_mp4.so : app_mp4.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lmp4 -lmp4v2
ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt
endif
[...]...
2007 Jan 04
2
postgres and asterisk
I need to retrieve my asterisk to retrieve a values from postgresql, i am
looking for some sort of application like *mysql*() app, I found one but it
is only available on Suse, is there any way for doing this?
Regards,
O.Youssef
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...have found.
"Copy the app_cepstral.c file to your asterisk source tree (apps folder) .
You'll also need to add a lines like these to the Makefile in that
directory:
APPS+=app_cepstral.so"
I added it into app_cepstal.c as:
#
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
#
# Experimental things
#
#APPS+=app_ivrdemo.so
#APPS+=app_skel.so
#APPS+=app_rpt.so
APPS+=app_cepstral.so
I assume that I put in here without the "#" or maybe "#" isn't a comment?
Then....
and then after the section that compiles voicemail add
app_cepstral.so: ap...
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
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff
In file included from app_rxfax.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
/usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is
reported