Hello list<br><br>I&#39;ve just noticed a problem in our Freeswitch  (version 1.0.head (git-3fd7b8f 2011-02-13 18-04-17 -0500)) when it stays in the middle of a g729 negotiated call. I haven&#39;t found information to this particular problem previous posts to the list.<br>
<br>The dialplan is trivial, the only relevant line is a bridge to the destination ip address:<br>&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/${cld_number}@${destip}&quot;/&gt;<br>The call goes through but the quality is very bad becuse half of the packets are not relayed from the FS to the originating ip. From the logs:<br>
----A-LEG----<br><br>2011-02-13 23:17:50.375026 [DEBUG] sofia.c:4670 Remote SDP:<br>c=IN IP4 x.x.x.x<br>m=audio 14098 RTP/AVP 18 101<br>a=rtpmap:18 G729/8000<br>a=fmtp:18 annexb=no<br>a=rtpmap:101 telephone-event/8000<br>
a=ptime:20<br>a=silenceSupp:off - - - -<br>2011-02-13 23:17:50.375026 [DEBUG] sofia_glue.c:4474 Audio Codec Compare [G729:18:8000:20:8000]/[G729:18:8000:20:8000]<br>2011-02-13 23:17:50.375026 [DEBUG] sofia_glue.c:2757 Set Codec sofia/internal/<a href="http://34917019888@79.170.68.158:5060">34917019888@79.170.68.158:5060</a> G729/8000 20 ms 160 samples 8000 bits<br>
<br>------B-LEG------<br><br>2011-02-13 23:17:50.762967 [DEBUG] sofia.c:4670 Remote SDP:<br>c=IN IP4 y.y.y.y<br>m=audio 20098 RTP/AVP 18 101<br>a=rtpmap:18 G729/8000<br>a=fmtp:18 annexb=no<br>a=rtpmap:101 telephone-event/8000<br>
a=fmtp:101 0-15<br>2011-02-13 23:17:50.762967 [DEBUG] sofia_glue.c:4474 Audio Codec Compare [G729:18:8000:20:8000]/[G729:18:8000:20:8000]<br>2011-02-13 23:17:50.762967 [DEBUG] sofia_glue.c:2757 Set Codec sofia/internal/<a href="mailto:59381855597@200.25.204.69">59381855597@200.25.204.69</a> G729/8000 20 ms 160 samples 8000 bits<br>
<br>And this is what tshark says (x.x.x.x origin media ip: y.y.y.y dest media ip: z.z.z.z FS ip):<br> 2.289121 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8158, Time=2931222712, Mark<br> 2.309166 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8159, Time=2931222872, Mark<br>
 2.328814 z.z.z.z -&gt; x.x.x.x RTP PT=ITU-T G.729, SSRC=0x621B8D66, Seq=47609, Time=15680<br> 2.329147 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8160, Time=2931223032, Mark<br> 2.349253 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8161, Time=2931223192, Mark<br>
 2.369036 z.z.z.z -&gt; x.x.x.x RTP PT=ITU-T G.729, SSRC=0x621B8D66, Seq=47610, Time=16160<br> 2.369274 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8162, Time=2931223352, Mark<br> 2.389271 y.y.y.y -&gt; z.z.z.z RTP PT=ITU-T G.729, SSRC=0x75061F76, Seq=8163, Time=2931223512, Mark<br>
<br>I&#39;ve tried to explicitly set ptime at 20ms at switch.conf -although it&#39;s not necessary afaik-. Has any one experienced this same issue?<br><br>Thanks in advance..<br><br>Regards<br><br>