<div dir="ltr">After running FreeSWITCH for a couple of years for our office voice phone system, I trying to get incoming FAX to work.<div><br></div><div>I followed the recommendation in the wiki, and set up a DID number this way:</div>
<div><br></div><div><div>  &lt;extension name=&quot;inbound_fax&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(my_fax)$&quot; require-nested=&quot;false&quot;&gt;</div><div>      &lt;condition field=&quot;${cond(${caller_id_name} == ${caller_id_number} ?true:false)&quot; expression=&quot;^true$&quot;&gt;</div>
<div>        &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=${cidlookup(${caller_id_number})}&quot;/&gt;</div><div>        &lt;anti-action application=&quot;playback&quot; data=&quot;silence_stream://2000&quot;/&gt;</div>
<div>      &lt;/condition&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38_request=true&quot;/&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt;</div>
<div>      &lt;action application=&quot;rxfax&quot; data=&quot;/tmp/FAX-${uuid}.tif&quot;/&gt;</div><div>      &lt;action application=&quot;hangup&quot;/&gt;</div><div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div>
<div><br></div><div class="gmail_extra">I attempted to send a fax from an ordinary fax machine connected to a POTS AT&amp;T line. The freeswitch.log file is not very helpful, it just says the fax was not successful. But I think I may have a clue from the behavior.</div>
<div class="gmail_extra">When rxfax starts, I hear what sounds like the normal FAX answer tone, and my FAX stops sending the CNG tone. But the answer tone (is it the CED?) just keeps going. After a long time, I hear a brief lower pitched tone, then it goes back to the answer tone, until my fax machine gives up and hangs up.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">There doesn&#39;t seem to be a description for this symptom in the wiki documentation.</div><div class="gmail_extra"><br></div><div class="gmail_extra">My provider is Flowroute. I&#39;m using FreeSWITCH Version 1.2.7.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">-- </div><div class="gmail_extra">Steve</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 2, 2013 at 9:42 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">You seem to be making a mountain out of a mole hill. Unless you have<br>

some very specific need for HylaFAX, just install FreeSwitch and let it<br>
FAX for you. </blockquote></div></div></div></div>