You need spandsp  i guess following is my dialplan is working example 

[fax]
exten => 9000,1,Set(FAXFILE=/var/spool/asterisk/fax/fax.tif)
exten => 9000,n,Set(FAXFILENOEXT=/var/spool/asterisk/fax/${CALLERID(num)})
exten => 9000,n,ReceiveFax(${FAXFILE})
exten => 9000,n,Hangup()


Date: Tue, 3 May 2011 15:20:33 -0400
From: vipki...@gmail.com
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] receive faxes

does anybody know a good tutorial on how to setup asterisk to receive faxes (no 
need to send them) ? i've tried using "app_fax.so" with T38 but i keep getting 
"Transmission failed"

--
_____________________________________________________________________
-- 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                      
                  
--
_____________________________________________________________________
-- 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

Reply via email to