1 question from the link mentioned , there is a quote about &quot;libsofia only handles 1 thread per profile&quot; <br><br>the inbound calls will look into which profile so that we can increase threads by multiplying profiles ?<br>
<br>Regards<br>Sam<br><br><br><div class="gmail_quote">On Tue, Jan 4, 2011 at 8:40 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, the more processing power you have the more calls you can<br>
handle. You should make sure you&#39;re using 64bit.<br>
<br>
There&#39;s a few tips on<br>
<a href="http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations" target="_blank">http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations</a><br>
too.<br>
<br>
-Steve<br>
<div><div></div><div class="h5"><br>
<br>
On 4 January 2011 14:40, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt; Any thing on hardware &amp; software front ?<br>
&gt;<br>
&gt; Regds<br>
&gt; Sam<br>
&gt;<br>
&gt; On Tue, Jan 4, 2011 at 6:07 PM, Avi Marcus &lt;<a href="mailto:Avi@amarcus.com">Avi@amarcus.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; If you mute most of the callers, that would limit the audio that would<br>
&gt;&gt; need to be processed.<br>
&gt;&gt; -Avi<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Jan 4, 2011 at 12:45 PM, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; calls would not be TDM it would be ip-ip calls.<br>
&gt;&gt;&gt; Ok G711 uses less CPU than other codecs,how can i utilized multiple<br>
&gt;&gt;&gt; threading/profiles or any other options to scale ? as it would be an<br>
&gt;&gt;&gt; incoming call always on FS.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regds<br>
&gt;&gt;&gt; Sam<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jan 4, 2011 at 3:53 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; That will still involve transcoding. FS must combine all speaking<br>
&gt;&gt;&gt;&gt; channels into a single stream that can be sent to the conference<br>
&gt;&gt;&gt;&gt; members. That can&#39;t be done in a compressed audio format, so it must<br>
&gt;&gt;&gt;&gt; convert G711 to L16 for each speaking member, combine those pieces of<br>
&gt;&gt;&gt;&gt; audio, then convert L16 back to G711 to send to the conference<br>
&gt;&gt;&gt;&gt; members. Additionally, since the conference members are not<br>
&gt;&gt;&gt;&gt; necessarily all using the same codec that last transcoding step will<br>
&gt;&gt;&gt;&gt; occur once for each member, not just once for the conference. Your<br>
&gt;&gt;&gt;&gt; best bet is to use a codec that uses as little CPU for transcoding as<br>
&gt;&gt;&gt;&gt; possible - in software I&#39;m not sure which is best there (G711 is<br>
&gt;&gt;&gt;&gt; simple so possibly a good choice), in hardware Sangoma D100/D500 would<br>
&gt;&gt;&gt;&gt; almost all the processing off the CPU.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -Steve<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 4 January 2011 10:15, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt; Ok if i remove transcoding out of the picture and all conf are running<br>
&gt;&gt;&gt;&gt; &gt; on<br>
&gt;&gt;&gt;&gt; &gt; g711, what rest would matters ?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Regds<br>
&gt;&gt;&gt;&gt; &gt; Sam<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; On Tue, Jan 4, 2011 at 2:56 PM, Avi Marcus &lt;<a href="mailto:Avi@amarcus.com">Avi@amarcus.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; It&#39;s the transcoding that will kill you. If that&#39;s truly needed, you<br>
&gt;&gt;&gt;&gt; &gt;&gt; may<br>
&gt;&gt;&gt;&gt; &gt;&gt; want to look into multiple machines handling transcoding and then<br>
&gt;&gt;&gt;&gt; &gt;&gt; bridging<br>
&gt;&gt;&gt;&gt; &gt;&gt; into the conference, or the new transcoding hardware from sangoma.<br>
&gt;&gt;&gt;&gt; &gt;&gt; -Avi<br>
&gt;&gt;&gt;&gt; &gt;&gt; On Tue, Jan 4, 2011 at 9:55 AM, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; hello,<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; how to increase the scalability / performance of the conference .<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; Are there any parameters to be observed that could do a trick ?<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; The scenario would be multiple conferencing bridges and multiple<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; codecs<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; involved.<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; Is is possible to multiple threading of profiles for conferences so<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; that<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; it gets the scalability ?<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; Regards<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; Sam<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>