Hi All,<div><br></div><div>I have a FreeSwitch box running FreeSWITCH version: 1.0.head (git-c6e7988 2010-12-09 14-25-39 -0600) under CentOS 5.5.</div><div><br></div><div>I need freeswitch act as a gateway with G711 in one side an T38 in the other: Caller:G711---&gt;FreeSwitch---&gt;Callee:T38</div>
<div><div><br></div><div>I tried several variations of dialplans without success and was hoping someone could help me, the call stablishes in G711 and I could not find a way to switch to t38.</div><div><br></div><div>My current dialplan follows:</div>
<div><div><br></div><div>&lt;condition field=&quot;destination_number&quot; expression=&quot;.*&quot; break=&quot;on-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;execute_on_answer=t38_gateway peer&quot;/&gt;</div><div>          &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div>
<div>          &lt;action application=&quot;set&quot; data=&quot;progress_timeout=10&quot;/&gt;</div><div>          &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=0000&quot;/&gt;</div><div>          &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=0000&quot;/&gt;</div>
<div>          &lt;action application=&quot;set&quot; data=&quot;execute_on_answer=sched_hangup +9000 alloted_timeout&quot;/&gt;</div><div>          &lt;action application=&quot;bridge&quot; data=&quot;sofia/testfax/<a href="mailto:1234@1.2.3.4">1234@1.2.3.4</a>&quot;/&gt;</div>
<div>&lt;/condition&gt;</div><div><br></div><div>Thank you,</div><div><br></div>Wesley Akio<br><br>
</div></div>