Re: [asterisk-users] SpanDSP Error

2006-08-24 Thread Christian Jensen
I have not found any solution to the problem I am talking about in  
the archives Steve. I have reinstalled and downgraded from pre26 to  
pre21 of  SpanDSP 0.0.2 and still to no avail. I have followed all  
the instructions and ways of fixing this problem and have found none  
to be a solution.

-configured with prefix /usr
-make
-make install
-then moved the patch file and the corresponding .c files into the  
apps directory of my asterisksource
-Then patched the Makefile and recompiled asterisk. I have done it  
with about 4 versions so far of which I cannot recall which ones.  
Pre26 and Pre21 definately

Anyone?

-Chris
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] SpanDSP Error

2006-08-24 Thread Patrick
On Thu, 2006-08-24 at 09:29 -0400, Christian Jensen wrote:
 I have not found any solution to the problem I am talking about in  
 the archives Steve. I have reinstalled and downgraded from pre26 to  
 pre21 of  SpanDSP 0.0.2 and still to no avail. I have followed all  
 the instructions and ways of fixing this problem and have found none  
 to be a solution.
 -configured with prefix /usr
 -make
 -make install
 -then moved the patch file and the corresponding .c files into the  
 apps directory of my asterisksource
 -Then patched the Makefile and recompiled asterisk. I have done it  
 with about 4 versions so far of which I cannot recall which ones.  
 Pre26 and Pre21 definately
 Anyone?

I don't know which distro you use but the (S)RPMs at
http://www.laimbock.com/asterisk/ have all the spandsp, rxfax and txfax
goodies included (and Unicall too). For Asterisk 1.2.x you need
spandsp-0.0.2pre26. You could check out the patches in the asterisk SRPM
to get an idea how it was done.

Regards,
Patrick

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] SpanDSP Error

2006-08-24 Thread Steve Underwood

Christian Jensen wrote:

I have not found any solution to the problem I am talking about in  
the archives Steve. I have reinstalled and downgraded from pre26 to  
pre21 of  SpanDSP 0.0.2 and still to no avail. I have followed all  
the instructions and ways of fixing this problem and have found none  
to be a solution.

-configured with prefix /usr
-make
-make install
-then moved the patch file and the corresponding .c files into the  
apps directory of my asterisksource
-Then patched the Makefile and recompiled asterisk. I have done it  
with about 4 versions so far of which I cannot recall which ones.  
Pre26 and Pre21 definately

Anyone?


If you look, you will find many occurrences of the answer. Remove 
spandsp 0.0.3 from your system. It is there, and it is causing conflicts.


Steve

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] SpanDSP Error

2006-08-24 Thread Christian Jensen
Well I got it resolved. Thanks steve for telling me. I looked all  
around the filesystem and found some files I did not delete from  
spandsp0.0.3. I saw that solution before and tried it and it didn't  
seem to work and I wondered why but now i know. Thank you.

Chris
On Aug 24, 2006, at 10:54 AM, Steve Underwood wrote:


Christian Jensen wrote:

I have not found any solution to the problem I am talking about  
in  the archives Steve. I have reinstalled and downgraded from  
pre26 to  pre21 of  SpanDSP 0.0.2 and still to no avail. I have  
followed all  the instructions and ways of fixing this problem and  
have found none  to be a solution.

-configured with prefix /usr
-make
-make install
-then moved the patch file and the corresponding .c files into  
the  apps directory of my asterisksource
-Then patched the Makefile and recompiled asterisk. I have done  
it  with about 4 versions so far of which I cannot recall which  
ones.  Pre26 and Pre21 definately

Anyone?


If you look, you will find many occurrences of the answer. Remove  
spandsp 0.0.3 from your system. It is there, and it is causing  
conflicts.


Steve

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] SpanDSP Error

2006-08-22 Thread Steve Underwood

Christian Jensen wrote:

I am running Asterisk 1.2.7 and SpanDSP0.0.2 with Kernel version  
2.6.17-1.2141_FC4. I am getting an error after compiling the SpanDSP  
and putting the .c files in the correct place and then patching the  
make file. All goes well but then when asterisk is opened, I get this  
message:


[app_rxfax.so]Aug 22 16:55:22 WARNING[13995]: loader.c:325  
__load_resource: /usr/lib/asterisk/modules/app_rxfax.so: undefined  
symbol: t30_completion_code_to_str
Aug 22 16:55:22 WARNING[13995]: loader.c:554 load_modules: Loading  
module app_rxfax.so failed!


I guess the answer to your problem will be the same as every other time 
the same question has been asked here, on IRC, in private e-mails to me, 
etc.


Steve

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] spandsp Error

2006-01-22 Thread Ronald Wiplinger

Ronald Wiplinger wrote:

I cannot see it


Found it!!! Tab and spaces are hard to see, 






make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps'
Makefile:103: *** missing separator.  Stop.
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps'
make: *** [depend] Error 1


Makefile:

93install: all
94for x in $(APPS); do $(INSTALL) -m 755 $$x 
$(DESTDIR)$(MODULES_DIR) ; done

95rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so
96rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
97rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
98
99  app_curl.so: app_curl.o
100$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $ ${CYGSOLIB} $(CURLLIBS)
101
102  app_rxfax.so : app_rxfax.o
103   $(CC) $(SOLINK) -o $@ $ -lspandsp -ltiff
104
105  app_txfax.so : app_txfax.o
106   $(CC) $(SOLINK) -o $@ $ -lspandsp -ltiff
107
108  app_sql_postgres.o: app_sql_postgres.c
109$(CC) -pipe 
-I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include 
-I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o 
app_sql_postgres.o app_sql_postgres.c



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] spandsp Error

2006-01-22 Thread Sergey Okhapkin




Line 103 in Makefile has multiple spaces at the beginning instead of TAB character.

On Mon, 2006-01-23 at 10:19 +0800, Ronald Wiplinger wrote:


I cannot see it


make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps'
Makefile:103: *** missing separator.  Stop.
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps'
make: *** [depend] Error 1


Makefile:

93install: all
94for x in $(APPS); do $(INSTALL) -m 755 $$x 
$(DESTDIR)$(MODULES_DIR) ; done
95rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so
96rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
97rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
98
99  app_curl.so: app_curl.o
100$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $ ${CYGSOLIB} $(CURLLIBS)
101
102  app_rxfax.so : app_rxfax.o
103   $(CC) $(SOLINK) -o $@ $ -lspandsp -ltiff
104
105  app_txfax.so : app_txfax.o
106   $(CC) $(SOLINK) -o $@ $ -lspandsp -ltiff
107
108  app_sql_postgres.o: app_sql_postgres.c
109$(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include 
-I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o 
app_sql_postgres.o app_sql_postgres.c


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users