Displaying 2 results from an estimated 2 matches for "r7470m".
Did you mean:
470m
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
...d_modules: Loading module app_txfax.so failed!
When I load app_txfax.so and/or app_txfax.so; if these are commented
out, asterisk starts fine.
I downloaded the spandsp version from
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1.
2.x/ and have Asterisk SVN-branch-1.2-r7470M.
I changed the Makefile as instructed and added the following lines to
/usr/src/asterisk-1.2/apps/makefile
ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h
$(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),)
APPS+=app_rxfax.so app_txfax.so
endif
app_rxfax.so: app_rxf...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
...dules: Loading module app_txfax.so failed!
When I load app_txfax.so and/or app_txfax.so; if these are
commented out, asterisk starts fine.
I downloaded the spandsp version from
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1.
2.x/ and have Asterisk SVN-branch-1.2-r7470M.
I changed the Makefile as instructed and added the following
lines to /usr/src/asterisk-1.2/apps/makefile
ifneq ($(wildcard
$(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h
$(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),)
APPS+=app_rxfax.so app_txfax.so
endif
app_rxfax.so:...