<div dir="ltr">well... the directory setting always existed in spandsp - it was just undocumented :)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 4, 2013 at 1:01 PM, Steven Schoch <span dir="ltr">&lt;<a href="mailto:schoch+freeswitch.org@xwin32.com" target="_blank">schoch+freeswitch.org@xwin32.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">On Tue, Apr 2, 2013 at 4:48 PM, Shahar <span dir="ltr">&lt;<a href="mailto:shaharhd@gmail.com" target="_blank">shaharhd@gmail.com</a>&gt;</span> wrote:<br>

</div><div class="gmail_extra"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir="ltr"><div>you might want to have a look at <a href="http://wiki.freeswitch.org/wiki/HylaFax#Modem_devices_permissions_issue" target="_blank">http://wiki.freeswitch.org/wiki/HylaFax#Modem_devices_permissions_issue</a></div>


</div></blockquote><div><br></div></div><div>That&#39;s great!  ... and better than my solution, which was:</div><div><br></div><div>1. Create a &#39;dev&#39; group in /etc/group with this line:<br><div>dev:x:11:freeswitch</div>


<div>2. Modify the startup script by adding this line before the &#39;daemon&#39; line:</div><div><div>        chgrp dev /dev; chmod g+w /dev</div><div><br></div><div>Now that this patch is in, I can avoid giving the &#39;freeswitch&#39; user more permissions than it needs.</div>


<div><br></div><div>I also modified the start script to make the modem devices work with HylaFax by adding this line after the &#39;daemon&#39; line:</div><div><br></div><div><div>        (sleep 120; chgrp uucp /dev/FS*; chmod g+r /dev/FS*) &amp;</div>


<div><br></div><div>This allows HylaFAX, which runs in the &#39;uucp&#39; group, to access the modems.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-- </div><div>Steve</div></font></span></div></div>

<div><br></div> <br></div>
</div><br></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>