<div dir="ltr">The problem was that HylaFax, which runs as the user &#39;uucp&#39; on CentOS, couldn&#39;t open /dev/FS0, because the permissions were wrong.  Since I didn&#39;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 ] &amp;&amp; touch $LOCK_FILE;</div><div>+       (sleep 120; chgrp uucp /dev/FS*; chmod g+r /dev/FS*) &amp;</div>
<div>        echo</div><div>          return $RETVAL</div><div>  }</div></div><div><br></div><div>-- </div><div style>Steve</div><div><br></div></div>