Kevin, I rolled back clean my virtual asterisk testbed and instead of libspandsp2 and libspandsp-dev, I installed libtiff4 - libtiff4-dev and downloaded/compiled spandsp 0.0.6, then I fixed the libraries with
echo "/usr/local/lib" > /etc/ld.so.conf.d/spandsp.conf cuz it wasn't able to load the module at all. Now it does but still can't see any reference to gateway support. Installed Asterisk 10 package, ./configure proves good spandsp support: checking for minimum version of SpanDSP... yes checking for span_set_message_handler in -lspandsp... yes checking spandsp.h usability... yes checking spandsp.h presence... yes checking for spandsp.h... yes checking for t38_terminal_init in -lspandsp... yes checking for spandsp.h... (cached) yes I decided to give 10.0 a try since res_fax_spandsp is included in the native code right? (if that even has any sense). It now shows: CLI> fax show capabilities Registered FAX Technology Modules: Type : Spandsp Description : Spandsp FAX Driver Capabilities : SEND RECEIVE T.38 G.711 GATEWAY 1 registered modules I would consider this one solved but could you please throw some insight as to why 1.8.8.0 and 1.8.7.1 fail to build the gateway support? Thanks again, *José Pablo Méndez ********* On Thu, Jan 5, 2012 at 10:04 AM, Kevin P. Fleming <[email protected]>wrote: > On 01/05/2012 01:03 AM, José Pablo Méndez Soto wrote: > >> Hello, >> >> Trying to set up res_fax_spandsp. Based on >> https://wiki.asterisk.org/**wiki/display/AST/T.38+Fax+**Gateway<https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway>I >> wrote this >> in my extensions.conf: >> >> exten => 306,1,NoOp(Fax transmission) >> same => n,Set(FAXOPT(gateway)=yes) >> same => n,Dial(DAHDI/3) ----->FXS port to fax machine >> same => n,Hangup() >> >> Call flow Im trying to pull out is as follows: >> >> Zoiper --> Asterisk with TDM410 --> FXS --> Analog fax machine >> >> I am totally lost about the use of this new gateway module in the >> dialplan. I think it loads ok: >> >> CLI> fax show capabilities >> >> Registered FAX Technology Modules: >> >> Type : Spandsp >> Description : Spandsp FAX Driver >> Capabilities : SEND RECEIVE T.38 G.711 >> > > Your res_fax_spandsp module was built without gateway support; what > version of Asterisk are you using?
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
