<div dir="ltr"><div dir="ltr">On Tue, Dec 3, 2019 at 11:19 PM Roman Dissauer <<a href="mailto:roman@dissauer.net">roman@dissauer.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">we have an issue with t38_gateway where calls which should be transcoded from PCMA to t38 get hangup non-deterministic. It doesn’t matter if there is only one call or if there are hundrets of calls on the freeswitch. Sometimes it happens that we get several faxes transcoded but then we again have several faxes which don’t go through. problem exists (tested) on FreeSWITCH 1.6 and FreeSWITCH 1.10.<br>
<br>
this is the dialplan section where t38_gateway is set up for b-leg on an inbound call:<br>
<br>
<context name="hosted_numbers"><br>
         <extension name="43732601458-DDI" continue="true"><br>
            <condition field="${outside_call}" expression="^true$" break="never"/><br>
            <condition field="${dialed_extension}" expression="^(43732601458)(\d{0,4})$“><br>
               ...<br>
               <action application="set" data="refuse_t38=true"></action><br>
               <action application="export" data="fax_enable_t38=true"></action><br>
               <action application="export" data="nolocal:sip_execute_on_image=t38_gateway self nocng"></action><br>
               <action application="bridge" data="{sip_cid_type=pid,sip_contact_user=accountcode,absolute_codec_string='PCMA@20i,PCMU@20i,G729'}sofia/internal/<a href="mailto:accountcode@10.23.101.10" target="_blank">accountcode@10.23.101.10</a>^+${<a href="mailto:dialed_extension%7D@10.23.101.10" target="_blank">dialed_extension}@10.23.101.10</a>"></action><br>
               ...<br>
            </condition><br>
         </extension><br>
      </context><br>
<br></blockquote><div><br></div><div><br></div><div>Would you detail, line by line, what is the intended purpose of each line of dialplan?</div><div><br></div><div>Also, your topology, and the intended result<br></div><div><br></div><div>-giovanni</div><br></div></div>