Displaying 2 results from an estimated 2 matches for "fax_tx_process".
Did you mean:
fax_rx_process
2005 Oct 03
1
Compiling SpanDSP
...ning: implicit declaration of function
`fax_set_phase_d_handler'
app_rxfax.c:274: warning: implicit declaration of function
`fax_set_phase_e_handler'
app_rxfax.c:285: warning: implicit declaration of function `fax_rx_process'
app_rxfax.c:288: warning: implicit declaration of function `fax_tx_process'
app_rxfax.c:325: warning: passing arg 1 of `fax_release' from
incompatible pointer type
app_rxfax.c: At top level:
app_rxfax.c:61: warning: 't30_flush' defined but not used
make[1]: *** [app_rxfax.o] Error 1
make[1]: Leaving directory `/home/doug/cvs/10032005/asterisk/apps'
ma...
2005 Oct 04
1
Can't compile ast_rxfax with Asterisk 1.2.1b
...declaration of function
'fax_set_phase_d_handler'
app_rxfax.c:270: warning: implicit declaration of function
'fax_set_phase_e_handler'
app_rxfax.c:281: warning: implicit declaration of function 'fax_rx_process'
app_rxfax.c:284: warning: implicit declaration of function 'fax_tx_process'
app_rxfax.c:321: warning: passing argument 1 of 'fax_release' from
incompatible pointer type
make[1]: *** [app_rxfax.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-1.2.0-beta1/apps'
make: *** [subdirs] Error 1
Does the latest asterisk break the fax apps? Any ideas an...