I have trouble with fax because the INVITE generated by FS doesn&#39;t contain the image part.<div><br><div>In my profile I have set:</div><div><br></div><div>&lt;param name=&quot;t38-passthru&quot; value=&quot;true&quot; /&gt;</div>
<div><br></div><div>and the dialplan (simplified)  is:</div></div><div><br></div><div><div>&lt;action application=&quot;export&quot; data=&quot;t38_passthru=true&quot;/&gt;</div><div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/external/xxxx&quot; /&gt;</div>
</div><div><br></div><div>but when is received an INVITE with SDP:</div><div><br></div><div><div>v=0</div><div>o=- 2598299616 0 IN IP4 213.204.31.103</div><div>s=session</div><div>t=0 0</div><div>m=audio 4640 RTP/AVP 18 8 96</div>
<div>c=IN IP4 213.204.31.32</div><div>a=rtpmap:18 G729/8000</div><div>a=rtpmap:8 PCMA/8000</div><div>a=rtpmap:96 telephone-event/8000</div><div>m=image 4642 udptl t38</div><div>c=IN IP4 213.204.31.32</div><div>a=T38FaxVersion:0</div>
<div>a=T38MaxBitRate:14400</div><div>a=T38FaxUdpEC:t38UDPRedundancy</div><div>a=T38FaxRateManagement:transferredTCF</div></div><div><br></div><div>is generated in the outbound leg an SDP:</div><div><br></div><div><div>   v=0</div>
<div>   o=FreeSWITCH 1328751960 1328751961 IN IP4 217.19.146.173</div><div>   s=FreeSWITCH</div><div>   c=IN IP4 217.19.146.173</div><div>   t=0 0</div><div>   m=audio 31196 RTP/AVP 18 8 0 101 13</div><div>   a=rtpmap:101 telephone-event/8000</div>
<div>   a=fmtp:101 0-16</div><div>   a=ptime:20</div></div><div><br></div><div>without image part.</div><div><br></div><div>Here the log:</div><div><br></div><div><a href="http://pastebin.freeswitch.org/18333">http://pastebin.freeswitch.org/18333</a>
</div><div><br></div><div>Any advice?</div><div><br></div>