<div dir="ltr">Hi,<div><br></div><div>I&#39;m doing a GSM call bridge between two phones connected to a nanoBTS, with no dtmf. I am facing an issue only when setting ringback; here&#39;s my dialplan python code:</div><div><br></div><div>        bts_command=&quot;{ignore_early_media=true,bridge_early_media=false}sofia/gateway/gw/43112&quot;<br></div><div><div>        session.answer()</div><div>        session.execute(&quot;set&quot;,&quot;ringback=local_stream://moh&quot;) -&gt; plays the stream at 8000 Khz</div><div>        session.execute(&quot;bridge&quot;, bts_command)</div></div><div><br></div><div>The problem is that when the B-peer answers, A-party ringback stops and I *can not* hear the B-party. If I&#39;m doing this without the ringback line it works ok. See logs at [1] for this scenario.</div><div><br></div><div>This is not happening with PCMA codec tests (which also have dtmf codec). I tried also libearal or disabled DTMF without success.<br></div><div><br></div><div>I am using FreeSWITCH version: 1.6.12~64bit ( 64bit)</div><div><br></div><div>Did something similar happen to someone before and has an idea how to fix this, while still keeping the ringback tone?</div><div><br></div><div>[1] <a href="http://pastebin.com/XkcX7HXg">http://pastebin.com/XkcX7HXg</a></div><div><br></div><div>Thank you,</div><div>Stefan</div></div>