Why you don&#39;t use SER family to handle such huge registrations and integrate it with FreeSWITCH for service implementations ?<br><br>-- afshin<br><br><div class="gmail_quote">On Sat, Aug 14, 2010 at 4:55 AM, Eliot Gable <span dir="ltr">&lt;<a href="mailto:egable%2Bfreeswitch@gmail.com">egable+freeswitch@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">There are no built-in limits on the number of registered users. The<br>
only thing that matters in terms of limits is how fast of a server you<br>
deploy FreeSWITCH on. Obviously, handling a register request takes<br>
some processing power. Handling requests from 15,000 users will take a<br>
decent amount of processing power. The amount it takes depends on how<br>
often a user re-registers. If they are doing it once per hour then you<br>
will need to be able to process just over 4 per second, which is not<br>
substantial at all. If they register every 15 seconds, then you are<br>
looking at 1,000 per second, which is something else entirely.<br>
<br>
As for TLS/SSL, I have used it for some time and never had an issue<br>
with the phone disconnecting. I tested using a Polycom phone.<br>
<div><div></div><div class="h5"><br>
On Fri, Aug 13, 2010 at 2:26 PM, Yehavi Bourvine<br>
&lt;<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>&gt; wrote:<br>
&gt; Do you have phones already connected with TLS? I tried doing so for SNOM and<br>
&gt; Polycom, and both disconnect after a while (and re-connect later). I<br>
&gt; couldn&#39;t decide so far whether it is a FreeSwitch or openSSL issue.<br>
&gt;<br>
&gt;                       Regards, __Yehavi:<br>
&gt;<br>
&gt; 2010/8/13 Fabio Pietrosanti (naif) &lt;<a href="mailto:lists@infosecurity.ch">lists@infosecurity.ch</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; i am preparing a setup where i would have a huge number of connected<br>
&gt;&gt; users via SIP/TLS .<br>
&gt;&gt;<br>
&gt;&gt; The amount of concurrent calls will not be such high.<br>
&gt;&gt;<br>
&gt;&gt; However he amount of concurrently registered users could be even of 15.000<br>
&gt;&gt; .<br>
&gt;&gt;<br>
&gt;&gt; Are there some specific internal design/architectural limits of<br>
&gt;&gt; FreeSWITCH on the number of concurrent users?<br>
&gt;&gt;<br>
&gt;&gt; Fabio<br>
&gt;&gt;<br>
&gt;&gt; p.s. we&#39;ll try to do some stress testing next week<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;<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>
<br>
</div></div>--<br>
Eliot Gable<br>
<br>
&quot;We do not inherit the Earth from our ancestors: we borrow it from our<br>
children.&quot; ~David Brower<br>
<br>
&quot;I decided the words were too conservative for me. We&#39;re not borrowing<br>
from our children, we&#39;re stealing from them--and it&#39;s not even<br>
considered to be a crime.&quot; ~David Brower<br>
<br>
&quot;Esse oportet ut vivas, non vivere ut edas.&quot; (Thou shouldst eat to<br>
live; not live to eat.) ~Marcus Tullius Cicero<br>
<div><div></div><div class="h5"><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>