Hello. Im trying to get Fax-to-email working. I've installed Rx and txfax, spanDSP and every package needed. I've done everything on this page (altough, some bash-scripting problems): http://www.voip-info.org/tiki-index.php?page=Asterisk+Fax+to+email anyway, when i try to send an fax, i get theese messages in asterisk: -- Executing Goto("SIP/5060-08148520", "fax|2201|1") in new stack -- Goto (fax,2201,1) -- Executing Macro("SIP/5060-08148520", "faxreceive") in new stack -- Executing SetVar("SIP/5060-08148520", "FAXFILE=/var/spool/asterisk/fax/1126714845.5.tif") in new stack -- Executing DBget("SIP/5060-08148520", "EXTEMAIL=2201/xEmail") in new stack -- DBget: varname=EXTEMAIL, family=2201, key=xEmail -- DBget: Value not found in database. -- Executing SetVar("SIP/5060-08148520", "EXTMAIL=mail@domain.no") in new stack -- Executing Goto("SIP/5060-08148520", "7") in new stack -- Goto (macro-faxreceive,s,7) -- Executing RxFAX("SIP/5060-08148520", "/var/spool/asterisk/fax/1126714845.5.tif") in new stack -- Executing System("SIP/5060-08148520", "/var/lib/asterisk/scripts/mailfax "*******" "*******" "FAX" "mail@domain.no" "/var/spool/asterisk/fax/1126714845.5.tif" "company"") in new stack (edited out some personal details) When i look in /var/spool/asterisk/fax/. No *.tif file is created. The person sending faxes get's an error or alert on the fax machine. What can I do? I've chmodded (-R) /var/spool/asterisk/fax to 777. I'm trying to recieve Fax over the internet. I'm using gentoo. When I call the fax I hear something that sounds like a Modem 56k(--) dialing on the web. Please help me. Regards, Arne Morten