HylaFAX The world's most advanced open source fax server |
On 09/06/10 07:29, Filippo Meloni wrote:
Hi there, i have installed hylafax-server and hylafax-client on Ubuntu server 10.04 LTS from our repos, when i send from command line or from some client a pdf or normal ASCII txt file i receive a blank page on real fax. I using this simple string for test my server : "sendfax -n -d dest_number file.pdf or file.txt"Have you tried with verbose output? sendfax -n -v -d dest_number file.pdf I get ... >Blah rule: offset 0 long = 0xf702 -- failed (comparison) rule: offset 0 string = "GIF" -- failed (comparison) rule: offset 0 short = 0x89 -- failed (comparison) rule: offset 0 tiff = 0x59a66a95 -- failed (comparison) rule: offset 0 string = "%PDF" -- success (result pdf, rule "") < do you see this? Apply DisplayNumber rules to "55545678" --> return result "55545678" request id is 43 (group id 43) for host localhost (1 file) using -vv there is also ... -> FORM PDF 200 Format set to PDF. -> TYPE I 200 Type set to Image. SEND data, 66685 bytes -> PORT 127,0,0,1,165,142 200 PORT command successful. -> STOT 150 FILE: /tmp/doc50.pdf (Opening new data connection). 226 Transfer complete (FILE: /tmp/doc50.pdf). -> JNEW 200 New job created: jobid: 44 groupid: 44. -pat |