Why you don'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"><<a href="mailto:egable%2Bfreeswitch@gmail.com">egable+freeswitch@gmail.com</a>></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>
<<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>> wrote:<br>
> Do you have phones already connected with TLS? I tried doing so for SNOM and<br>
> Polycom, and both disconnect after a while (and re-connect later). I<br>
> couldn't decide so far whether it is a FreeSwitch or openSSL issue.<br>
><br>
> Regards, __Yehavi:<br>
><br>
> 2010/8/13 Fabio Pietrosanti (naif) <<a href="mailto:lists@infosecurity.ch">lists@infosecurity.ch</a>><br>
>><br>
>> Hi all,<br>
>><br>
>> i am preparing a setup where i would have a huge number of connected<br>
>> users via SIP/TLS .<br>
>><br>
>> The amount of concurrent calls will not be such high.<br>
>><br>
>> However he amount of concurrently registered users could be even of 15.000<br>
>> .<br>
>><br>
>> Are there some specific internal design/architectural limits of<br>
>> FreeSWITCH on the number of concurrent users?<br>
>><br>
>> Fabio<br>
>><br>
>> p.s. we'll try to do some stress testing next week<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>
><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>
><br>
><br>
<br>
<br>
<br>
</div></div>--<br>
Eliot Gable<br>
<br>
"We do not inherit the Earth from our ancestors: we borrow it from our<br>
children." ~David Brower<br>
<br>
"I decided the words were too conservative for me. We're not borrowing<br>
from our children, we're stealing from them--and it's not even<br>
considered to be a crime." ~David Brower<br>
<br>
"Esse oportet ut vivas, non vivere ut edas." (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>