HylaFAX The world's most advanced open source fax server |
Hi all,
First of all, sorry for my newbie questions. I'm still trying to route the
incoming faxes to users mailboxes. I've followed the documentation, and create
the file etc/FaxDispatch with the folowing content:
case "$SENDER" in
*8532669797) SENDTO=rsouza@xxxxxxxxxxxxxxxxxxx; FILETYPE=tif;; # Corp. email *85*3266*9797*) SENDTO=eng.ricardo@xxxxxxxxx;; # Test. gmail *32669797) SENDTO=ricardo_ufc@xxxxxxxxxxxx;; # Test 3 esac Analising the log in /var/log/messages, I noticed
that process FaxGetty are not sending the parameters "CIDNumber" and
"CIDName". See the last line from the log below, the 3 last parameters are
empty.
Aug 26 15:04:06 oraserver FaxGetty[5133]: ANSWER:
FAX CONNECTION DEVICE '/dev/ttyS1'
Aug 26 15:04:34 oraserver FaxGetty[6820]: RECV FAX (000000050): from 8532669797, page 1 in 0:26, INF, 3.85 line/mm, 1-D MH, 9600 bit/s Aug 26 15:04:34 oraserver FaxGetty[6821]: RECV FAX (000000050): recvq/fax000000007.tif from 8532669797, route to <unspecified>, 1 pages in 0:28 Aug 26 15:04:37 oraserver FaxGetty[5133]: RECV FAX: bin/faxrcvd "recvq/fax000000007.tif" "ttyS1" "000000050" "" "" "" I realy need help. Thanks in advance
Ricardo
Albuquerque |