[Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Doug Lytle
Has anybody been successful with compiling the pre3 version of SpanDSP on the current Asterisk CVS? I'm getting: app_rxfax.c: In function `phase_e_handler': app_rxfax.c:77: warning: implicit declaration of function `fax_get_transfer_statistics' app_rxfax.c:78: warning: implicit declaration of

Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Dave Cotton
On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote: Has anybody been successful with compiling the pre3 version of SpanDSP on the current Asterisk CVS? I'm getting: app_rxfax.c: In function `phase_e_handler': app_rxfax.c:77: warning: implicit declaration of function

Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Doug Lytle
Dave Cotton wrote: On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote: Look at rxfax.c around line 88 there's an #if statement remove the references to callerid. This error has been around for a while. That took care of the callerid compile error, but not the verbose error: error:

Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Tom Hayden
I've been getting the same problem with the verbose issue. I just commented out the line, and it seemed to compile OK. -- Tom On 10/3/05, Doug Lytle [EMAIL PROTECTED] wrote: Dave Cotton wrote: On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote: Look at rxfax.c around line 88 there's an