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 
 `fax_get_transfer_statistics'
 app_rxfax.c:78: warning: implicit declaration of function 
 `fax_get_far_ident'
 app_rxfax.c:79: warning: implicit declaration of function 
 `fax_get_local_ident'
 app_rxfax.c:93: error: structure has no member named `callerid'

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.


-- 
Dave Cotton [EMAIL PROTECTED]

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

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


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: structure has no member named `verbose'

Doug

--

Ben Franklin quote:

Those who give up essential liberties for temporary safety deserve neither liberty 
nor safety.


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

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


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 #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: structure has no member named `verbose'

 Doug

 --

 Ben Franklin quote:

 Those who give up essential liberties for temporary safety deserve neither 
 liberty nor safety.


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

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



--
Tom
___
--Bandwidth and Colocation sponsored by Easynews.com --

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