<div dir="ltr"><div>Hello,<br><br>Below is the call flow i am trying to achieve and getting &#39;no audio&#39; while call established, i can hear the ring back tone though<br><br>client registration through public ip [SERVER A], nat rule to route the request to local ip [SERVER A&#39;s CONTAINER A1] --&gt; <br>getting the request to local ip through Profile1; this is a freeswitch server using mod_distributor to balance the load between two freeswitch servers [SERVER A&#39;s CONTAINER A1]--&gt; <br>getting the request to local ip through Profile2; this is a freeswitch server1 [SERVER B&#39;s CONTAINER B1] --&gt; <br>sending back the response to [SERVER A&#39;s CONTAINER A1] using Profile3, nat rule is there to route the traffic to public ip [SERVER A]/to the caller<br><br>sip signaling works as it should<br>having issues with media signaling though, &#39;no audio&#39; on call while call get established, let me share some params value of respective profiles regarding media<br>on Profile1,<br>inbound-bypass-media = false<br>inbound-proxy-media = true<br>on Profile2,<br>inbound-bypass-media = true<br>inbound-proxy-media = true<br>on Profile3,<br>inbound-bypass-media = true<br>inbound-proxy-media = false<br><br>Below is the file containing sip logs from [SERVER A&#39;s CONTAINER A1]<br><a href="http://pastebin.com/zpzT81dL">http://pastebin.com/zpzT81dL</a><br>Below is the file containing sip logs from [SERVER B&#39;s CONTAINER B1]<br><a href="http://pastebin.com/aMAQB45i">http://pastebin.com/aMAQB45i</a><br><br>caller&#39;s ip -&gt; 182.72.122.102<br>public ip to register -&gt; 51.21.91.151<br>[SERVER A&#39;s CONTAINER A1 eth0] -&gt; 10.93.53.126<br>[SERVER A&#39;s CONTAINER A1 eth1] -&gt; 172.16.1.2<br>[SERVER B&#39;s CONTAINER B1 eth1] -&gt; 172.16.3.2<br>carrier/provider/gateway/termination ip -&gt; 216.56.6.6<br>(Above are not the real ips, they are changed;))<br><br>What am i missig here?<br></div></div>