<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hello,</div><div>I think I found a solution.</div><div>At&nbsp;mod_spandsp_codecs_load function on&nbsp;mod_spandsp_codecs, there is a place where FS is loading all of its codecs.</div><div>for the gsm codec (the codec i'm using) it is loading 6 implementations of the codec sorted by the number of frames per network packet.</div><div>When a conversation is starting FS choose the last implementation which is for 1 frame per packet.</div><div>I disabled all the implementations except the one with 3 frames per packet, and now it's working.</div><div><br></div><div>Just to make sure I'm not missing anything.</div><div><br></div><div>TNX everyone</div><div>Ken</div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="font-family:times
 new roman, new york, times, serif;font-size:12pt"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Steven Ayre &lt;steveayre@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, April 18, 2011 11:04:40 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Freeswitch-users] frame per packet<br></font><br>
<meta http-equiv="x-dns-prefetch-control" content="off"><div>AFAIK, a rtp packet *is* a frame, so no you can't.</div><div><br></div><div>As the other poster said, use a higher ptime. That will make the frame store a longer period of time which will do the same as that you want.</div><div><br></div><div>Overhead will be lower, but quality will be worse if you drop packets or they fail to arrive in a timely manner. That's very likely on gsm, and the packet size will mean it takes longer to be delivered which'll mean more delay and probably more packets arriving too late. You'll need to experiment to find a good balance. And remember what works well in a city might fail to work in the country where coverage is poorer.<br><br>Steve on iPhone</div><div><br>On 18 Apr 2011, at 09:49, Kenneth Taylor &lt;<a rel="nofollow" ymailto="mailto:ktaylor91@yahoo.com" target="_blank" href="mailto:ktaylor91@yahoo.com">ktaylor91@yahoo.com</a>&gt;
 wrote:<br><br></div><div></div><blockquote type="cite"><div><div style="font-family:times, serif;font-size:12pt;"><div>Hi,</div><div>I'm building a voip client for android phones over gsm and consider using FS as sever.</div><div>In order to save cellular costs I want to put more than one frame per Rtp packet.</div><div><br></div><div>Is there any easy solution to do it in FS?&nbsp;</div><div><br></div><div>Or, where is the right place to add it? In mod_sofia or sofia_glue? should I go to lower levels?</div><div>I don't think I should do it in the codec, it may cause problems in the rtp sequence number and probably a lot more.</div><div><br></div><div>TNX,</div><div>Ken</div><div style=""></div>


</div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>FreeSWITCH-users mailing list</span><br><span><a rel="nofollow" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><span><a target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span></span><br><span><span>UNSUBSCRIBE:<a target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span></span><br><span><span><a target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a></span></span><br></div></blockquote><meta http-equiv="x-dns-prefetch-control" content="on"></div></div><div
 style="position:fixed"></div>


</div></body></html>