Hi Alex<br><br>Did you get the answer to your first question ? Did you succeed in using the emulated modem option for taking fax calls to hylafax ?<br><br>I put the following in spandsp.conf.xml and got /dev/FS[0-4] devices as soft links to /dev/pts/[4-8]. My freeswitch is running as root user so I did not face the issue you did. <br>
<br> &lt;modem-settings&gt;<br>        &lt;param name=&quot;total-modems&quot;    value=&quot;5&quot;/&gt;<br>&lt;/modem-settings&gt;<br><br>What next? Could you point me to some doc in hylafax?<br><br>(And before Steve lashes out at me again, I must clarify, I do not want to just play around, but my boss is clueless and wants me to evaluate hylafax :()<br>
<br clear="all">regards,<br>Anita<br><br>
<br><br><div class="gmail_quote">On Sun, May 6, 2012 at 8:50 PM, Steve Underwood <span dir="ltr">&lt;<a href="mailto:steveu@coppice.org" target="_blank">steveu@coppice.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 05/06/2012 10:13 PM, Patrick Lists wrote:<br>
&gt; On 06-05-12 14:02, Steve Underwood wrote:<br>
&gt;&gt; Hi Alex,<br>
&gt;&gt;<br>
&gt;&gt; Its the user ID which is causing your problem. If you just add the following<br>
&gt;&gt; &lt;modem-settings&gt;<br>
&gt;&gt; &lt;param name=&quot;total-modems&quot;    value=&quot;5&quot;/&gt;<br>
&gt;&gt; &lt;/modem-settings&gt;<br>
&gt;&gt; to your configuration you will get five /dev/FS* devices if you run as<br>
&gt;&gt; root, but none if you run as freeswitch. This ought to be fixed. I think<br>
&gt; Could a udev rule with user=... (and group=...) perhaps fix that?<br>
&gt;<br>
&gt;&gt; the device names are a bit questionable, too. Calling the /dev/FS/modem*<br>
&gt;&gt; or even /dev/FS/t31-* might increase flexibility for the future where<br>
&gt;&gt; more device types might be needed.<br>
&gt; +1<br>
</div>Its not the actual pts devices which cause problems. Those are happily<br>
created with any user name that&#39;s tried. It is the /dev/FS* links which<br>
won&#39;t create unless you are root. I&#39;m not clear how udev can be used to<br>
make those creatable by someone like the freeswitch user. If you create<br>
a directory /dev/FS, make that writable by all, change FS to create the<br>
link as /dev/FS/*, and run as user freeswitch things work OK. However,<br>
/dev/FS is lost on reboot, because of the dynamic nature of /dev.<br>
<span class="HOEnZb"><font color="#888888"><br>
Steve<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<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>
</div></div></blockquote></div><br>