<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I&#8217;m having problems faxing if the B leg offers T.38.  Several scenarios, but always the same result.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>First, the architecture<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>FAX <span style='font-family:Wingdings'>à</span> ATA (T.38 optional) <span style='font-family:Wingdings'>à</span> FS <span style='font-family:Wingdings'>à</span> Carrier  <span style='font-family:Wingdings'>à</span> Destination (Possibly another carrier (PSTN) and the fax machine)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>On my ATA, T.38 is enabled (Auto Detect).<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>If the destination supports T.38, the Carrier will offer it to Freeswitch. If the Destination doesn&#8217;t support T.38, the B leg doesn&#8217;t offer it and the faxes go through.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;ve set Freeswitch as: <o:p></o:p></p><p class=MsoNormal>      &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>      &lt;action application=&quot;export&quot; data=&quot;t38_passthru=true&quot;/&gt;  <o:p></o:p></p><p class=MsoNormal>When that&#8217;s the case, and the B leg offers T.38, Freeswitch passes through the offer and the ATA responds, 3 times. But the response never gets sent to the B leg, so it terminates the call after about 30 seconds.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>When I set Freeswitch as: <o:p></o:p></p><p class=MsoNormal>      &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=false&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>The B leg still offers T.38 if its other side is capable. Freeswitch doesn&#8217;t pass the offer through and the B leg terminates the call after about 30 seconds.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;m running on a recent git ( FreeSWITCH Version 1.0.head (git-86d757d 2011-05-17 22-51-47 -0500) ).<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;ve had no success attempting to configure FS as a gateway. Frankly, T.38 &#8220;passthrough&#8221; has had the most success, mostly when the other ends aren&#8217;t T.38 capable and it stays in G711u.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is there something else I need to do to enable T.38 in passthrough mode?  <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thank you,<br>Rob Morin<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>PS &#8211; I can provide tcpdumps of this, or whatever else is necessary.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>