<div dir="ltr">The problem was that HylaFax, which runs as the user 'uucp' on CentOS, couldn't open /dev/FS0, because the permissions were wrong. Since I didn't see any way to make FreeSwitch change the permissions, I added one line to the /etc/init.d/freeswitch file:<div>
<br></div><div><div>*** 46,51 ****</div><div>--- 46,52 ----</div><div> RETVAL=$?</div><div> echo</div><div> [ $RETVAL -eq 0 ] && touch $LOCK_FILE;</div><div>+ (sleep 120; chgrp uucp /dev/FS*; chmod g+r /dev/FS*) &</div>
<div> echo</div><div> return $RETVAL</div><div> }</div></div><div><br></div><div>-- </div><div style>Steve</div><div><br></div></div>