Displaying 2 results from an estimated 2 matches for "faxdir".
Did you mean:
fair
2002 Mar 01
1
PATCH - smbd/trans2.c to support writing to Unix named pipes(FIFO)
...3) != 3){
perror("write");
printf("could not write\n");
exit(1);
}
printf("Wrote pipefile fine\n");
close(fd);
exit(0);
}
----------------------------------------------------------------------
Running un-patched Samba 2.2.3a
$ ./a.exe /cygdrive/p/faxdir/FAXFIFO
Got fd: 3
Got pos=0
write: No space left on device
could not write
Running patched Samba 2.2.3a
$ ./a.exe /cygdrive/q/faxdir/FAXFIFO
Got fd: 3
Got pos=0
Wrote pipefile fine
and the logfile from my daemon on the unix system...
Date 3/1/2002 Time 15:06:15 - Complete string is *ls*...
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
...ng [fax@incoming:1] GotoIf("Zap/5-1", "0?s|40:2") in new stack
-- Goto (incoming,fax,2)
-- Executing [fax@incoming:2] Set("Zap/5-1",
"TIMESTAMP="20070326-150200"") in new stack
-- Executing [fax@incoming:3] Set("Zap/5-1",
"FAXDIR=/var/spool/faxes") in new stack
-- Executing [fax@incoming:4] Set("Zap/5-1",
"TIFFILE=/var/spool/faxes/20070326-150200.tif") in new stack
-- Executing [fax@incoming:5] Set("Zap/5-1",
"PDFFILE=/var/spool/faxes/20070326-150200.pdf") in new stack...