<div dir="ltr">Thanks to the helpful people on the conference call, I got HylaFAX working today.  It turned out I needed to set not only the &quot;fax_enable_t38&quot; variable, but also the &quot;fax_enable_t38_request&quot; variable.  Further input showed that the best solution was to change the context in the spandsp.conf.xml from &quot;default&quot; to &quot;hylafax&quot;, and make a separate &quot;hylafax&quot; dialplan that has this:<div>
<br></div><div><div>&lt;include&gt;</div><div>  &lt;context name=&quot;hylafax&quot;&gt;</div><div>    &lt;extension name=&quot;FAX&quot; continue=&quot;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;set&quot; data=&quot;fax_enable_t38_request=true&quot;/&gt;</div><div>        &lt;action application=&quot;t38_gateway&quot;/&gt;</div><div>    &lt;/extension&gt;</div></div><div>
<br></div><div style>...then the normal dialing rules.</div><div style><br></div><div style>But as usual, I still have problems.  :-(</div><div style><br></div><div style>Now I can&#39;t get the old analog FAX machine to successfully send FAXes.  I have it plugged into a cheap ATA, the <a href="http://www.obihai.com/what-is.html">OBi</a>.  It seemed to be working at one time, but that may have been a fluke.  On calls through it, I have fax_enable_t38 and fax_enable_t38_request set, and I also set &quot;execute_on_answer=t38_gateway peer&quot; before the call is bridged to the gateway.</div>
<div style><br></div><div style>Should I be using something else?</div><div style><br></div><div style>-- </div><div style>Steve</div></div>