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 [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
