Displaying 4 results from an estimated 4 matches for "app_dtmftotexto".
Did you mean:
app_dtmftotext
2004 Nov 23
4
Spandsp and Asterisk
Does anyone have an update patch file to get Spandsp installed?
I'm running asterisk CVS-HEAD-11/19/04-21:53:37 on redhat 9.0
I installed spandsp-0.0.2
when runnig the patch I get
patching file Makefile
Hunk #1 FAILED at 41.
Hunk #2 FAILED at 69.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
-------------- next part --------------
An HTML attachment was scrubbed...
2004 Jun 21
1
Problem compiling fax applications
....o app_rxfax.c
+
+ app_txfax.so : app_txfax.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
+ app_txfax.o: app_txfax.c
+ gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c
+
+ app_dtmftotext.so : app_dtmftotext.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
+ app_dtmftotexto: app_dtmftotext.c
+ gcc -O2 -g -Iinclude -I../include -c -o app_dtmftotext.o
app_dtmftotext.c
+
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...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...rxfax.o app_rxfax.c
+
+ app_txfax.so : app_txfax.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
+ app_txfax.o: app_txfax.c
+ gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c
+
+ app_dtmftotext.so : app_dtmftotext.o
+ $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
+
+ app_dtmftotexto: app_dtmftotext.c
+ gcc -O2 -g -Iinclude -I../include -c -o app_dtmftotext.o app_dtmftotext.c
+
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)
--------...
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