Hello list,<div>I able to send &amp; receive faxes via SS7 link. but I have a small problem with &quot;switch_core_media_bug&quot;. I noticed &quot;Media bug&quot; activate for first 10 seconds to 20 seconds against SIP channels.</div>
<div>most of our customers use Tele/FAX option on Fax machines. that means ; they answer the call manually (as a voice call) If there was a fax then they activate Fax mode. the problem is FS can&#39;t detect CNG tones after 20 seconds, because &quot;switch_core_media_bug&quot; was removed from the particular channels. If the destination fax machine can generate  CNG tones within 10 ~ 20 seconds Then FS can detect CNG tones and change in to T.38 mode.</div>
<div><br></div><div>is there any way to increase the window of time (switch_core_media_bug)  to listen for the CNG tones on SIP channels? </div><div><br></div><div><div>This is my dialplan for G711(from PSTN/SS7 via SIP) to T.38(to SIP ATAs)</div>
<div>------&gt;8--------</div></div><div><div>    &lt;extension name=&quot;g711_to_t.38&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^1(0\d{8})$&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;pre_answer&quot;/&gt;<span class="Apple-tab-span" style="white-space:pre">        </span></div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;ringback=%(1000, 4000, 400.0, 400.0)&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;t38_gateway&quot; data=&quot;peer&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$<a href="mailto:1@192.168.11.53">1@192.168.11.53</a>&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;hangup&quot;/&gt;</div>
<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></div><div><br></div><div>This is my dialplan for T.38(from SIP ATAs) to G711(to PSTN/SS7 via SIP)</div><div>------&gt;8--------</div><div><div>    &lt;extension name=&quot;t.38_to_g711&quot;&gt;</div>
<div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(0\d+)$&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;ring_ready&quot; /&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;ringback=%(1000, 4000, 400.0, 400.0)&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;start_dtmf_generate&quot; data=&quot;true&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;t38_gateway&quot; data=&quot;self&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$<a href="http://1@192.168.11.54:5070">1@192.168.11.54:5070</a>&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;hangup&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></div><div>------&gt;8--------</div>
<div><br></div><div>Thank you.</div><div><br></div><div>Weera Suriya </div>