Hi Alex<br><br>Thanks for the tip :)<br><br>No, I am running FreeSWITCH on an Ubuntu 64-bit Quad core machine. There is no VM. <br><br>Is it possible to use Hylafax instead of or in combination to FreeSWITCH if I am using Sangoma E1 Cards ?<br>
<br>What all things should I check to ensure that the timing on my system is good? Like, may be, my motherboard is bad or my kernel could be tuned better ?<br><br>Cheers!<br><br clear="all">regards,<br>Anita<br><br>
<br><br><div class="gmail_quote">On Thu, May 3, 2012 at 1:55 PM, Alex Crow <span dir="ltr">&lt;<a href="mailto:acrow@integrafin.co.uk" target="_blank">acrow@integrafin.co.uk</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="HOEnZb"><div class="h5">On 03/05/12 08:08, Anita Hall wrote:<br>
&gt; Hi<br>
&gt;<br>
&gt; I am looking for a commercial product for Incoming Fax over T.30 for<br>
&gt; FreeSWITCH.<br>
&gt;<br>
&gt; Like Commetrex is available for Asterisk, is there something for<br>
&gt; freeswitch ?<br>
&gt;<br>
&gt; regards,<br>
&gt; Anita<br>
&gt;<br>
<br>
</div></div>Hi,<br>
<br>
I use Hylafax with T38Modem (and gateway to T.30 in Freeswitch). Hylafax<br>
is as good as any commercial product, and I get at least 99.5% success<br>
using it with onboard analog modems. I&#39;ve not sent or received hundreds<br>
of faxes over T38modem but I don&#39;t see why it should be any worse.<br>
<br>
Just one question - are you running Freeswitch on a VM? Fax is very<br>
timing critical and I found running on a VM caused an awful lot of<br>
failures for T.30.<br>
<br>
<br>
For outbound:<br>
<br>
&lt;extension name=&quot;faxout&quot;&gt;<br>
&lt;condition field=&quot;ani&quot; expression=&quot;^t38modem.*$&quot;/&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(9\d{6,14})$&quot;&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;absolute_codec_string=PCMU&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;sip_execute_on_image=t38_gateway self<br>
nocng&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/isdngw/$1&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
For inbound:<br>
<br>
&lt;extension name=&quot;faxin&quot; &gt;<br>
&lt;condition field=&quot;network_addr&quot; expression=&quot;&lt;ip address of isdngw&gt;&quot;/&gt;<br>
&lt;condition field=&quot;context&quot; expression=&quot;default&quot;/&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^100([0-4])$&quot;&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;{sip_execute_on_image=&#39;t38_gateway<br>
self nocng&#39;}user/t38modem$1@${domain_name}&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
Cheers<br>
<br>
Alex<br>
<br>
<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>
</blockquote></div><br>