Hi
Ich habe ein Problem mit dem aktuellen Bristuff Paket. Nach dem ich meinen neuen Server aufgesetzt habe, konnte ich alle Asterisk Funktionen mit dem aktuellen Bristuff Paket wieder herstellen. Leider klappt das nicht ganz mit app_rxfax.
Beim compilieren tauchen immer wieder Fehler auf.
Wobei ich die plc Probleme schon gelöst habe aber die anderen Fehler haben eine grundsätzliche Ursache.
Ich bin mir auch nicht ganz im klaren warum im asterisk in den includes bereits plc.h vorhanden ist.
Hat jemand mit dem aktuellen Bristuff app_rxfax laufen ?
Meine Pakete
Bristuff-bristuff-0.3.0-PRE-1y-u
Asterisk- asterisk-1.2.30
Ich habe ein Problem mit dem aktuellen Bristuff Paket. Nach dem ich meinen neuen Server aufgesetzt habe, konnte ich alle Asterisk Funktionen mit dem aktuellen Bristuff Paket wieder herstellen. Leider klappt das nicht ganz mit app_rxfax.
Beim compilieren tauchen immer wieder Fehler auf.
Wobei ich die plc Probleme schon gelöst habe aber die anderen Fehler haben eine grundsätzliche Ursache.
Ich bin mir auch nicht ganz im klaren warum im asterisk in den includes bereits plc.h vorhanden ist.
Code:
../include/asterisk/plc.h:129: error: conflicting types for âplc_state_tâ
/usr/local/include/spandsp/plc.h:128: error: previous declaration of âplc_state_tâ was here
../include/asterisk/plc.h:142: error: conflicting types for âplc_rxâ
/usr/local/include/spandsp/plc.h:142: error: previous declaration of âplc_rxâ was here
../include/asterisk/plc.h:150: error: conflicting types for âplc_fillinâ
/usr/local/include/spandsp/plc.h:150: error: previous declaration of âplc_fillinâ was here
../include/asterisk/plc.h:156: error: conflicting types for âplc_initâ
/usr/local/include/spandsp/plc.h:156: error: previous declaration of âplc_initâ was here
app_rxfax.c: In function âphase_e_handlerâ:
app_rxfax.c:106: error: ât30_stats_tâ has no member named âcolumn_resolutionâ
app_rxfax.c:106: error: ât30_stats_tâ has no member named ârow_resolutionâ
app_rxfax.c:117: error: ât30_stats_tâ has no member named ârow_resolutionâ
app_rxfax.c:123: error: ât30_stats_tâ has no member named ârow_resolutionâ
app_rxfax.c: In function âphase_d_handlerâ:
app_rxfax.c:148: error: ât30_stats_tâ has no member named âcolumnsâ
app_rxfax.c:148: error: ât30_stats_tâ has no member named ârowsâ
app_rxfax.c:149: error: ât30_stats_tâ has no member named âcolumn_resolutionâ
app_rxfax.c:149: error: ât30_stats_tâ has no member named ârow_resolutionâ
app_rxfax.c: In function ârxfax_execâ:
app_rxfax.c:282: warning: passing argument 1 of âfax_initâ from incompatible pointer type
app_rxfax.c:282: error: too many arguments to function âfax_initâ
app_rxfax.c:305: warning: passing argument 1 of âfax_rxâ from incompatible pointer type
app_rxfax.c:308: warning: passing argument 1 of âfax_txâ from incompatible pointer type
app_rxfax.c:345: warning: passing argument 1 of âfax_releaseâ from incompatible pointer type
make[1]: *** [app_rxfax.o] Error 1
make[1]: Leaving directory `/usr/src/bristuff-0.3.0-PRE-1y-u/asterisk-1.2.30/apps'
make: *** [subdirs] Error 1
Hat jemand mit dem aktuellen Bristuff app_rxfax laufen ?
Meine Pakete
Bristuff-bristuff-0.3.0-PRE-1y-u
Asterisk- asterisk-1.2.30