<div dir="ltr"><span style="font-size:12.8000001907349px">@Stanislav, </span><span style="font-size:12.8000001907349px">#1 can be relatively easily be solved with xml_curl. True. We are going to handle calls using that only. </span><div><span style="font-size:12.8000001907349px">We will have retail/</span><span style="font-size:12.8000001907349px">residential</span><span style="font-size:12.8000001907349px"> customers only. </span></div><div><span style="font-size:12.8000001907349px"><br></span></div>@Schmidbauer, Keeping registration on both (kamailio and fs) will be unnecessary overload. Isn&#39;t it? <div><br></div><div><div><span style="font-size:12.8000001907349px"><br></span></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>Thanks,<br>Samir</div></div></div></div>
<br><div class="gmail_quote">On Sun, Apr 26, 2015 at 8:59 PM, E. Schmidbauer <span dir="ltr">&lt;<a href="mailto:eschmidbauer@gmail.com" target="_blank">eschmidbauer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I would use Kamailio as the REGISTRAR and have FS handle presence by forwarding all SUBSCRIBES to FS.<div>Use the &#39;usrloc&#39; module in kamailio to store user location information and write a script or code to query the location database in order to generate the bridge data.</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 26, 2015 at 11:06 AM, Ali Jibran <span dir="ltr">&lt;<a href="mailto:ali.jibran44@gmail.com" target="_blank">ali.jibran44@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If some users are registered on one instance and the instance goes down....what would happen to the registrations? And how should that be worked around? <div><div><span></span><br><br>On Sunday, April 26, 2015, Stanislav Sinyagin &lt;<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">@SamyGo your question is quite different to what Samir has described :)<br>
<br>
In this conversation, we already defined several completely different<br>
usage scenarios, each needing its own engineering effort:<br>
<br>
1) Mass residential service -- I guess that&#39;s what Samir has meant.<br>
Everyone gets a single number and a standard set of residential<br>
services.<br>
<br>
2) Small businesses that I mentioned -- they would form small work<br>
groups with some business rules,like conditional forwarding,<br>
simultaneous ringing, probably some custom IVR, voice mail etc.<br>
<br>
3) Scalable application cluster for call centers<br>
<br>
4) Scalable application cluster for conferencing<br>
<br>
I don&#39;t think it makes sense to throw all of them to the same<br>
platform, and the platform can actually be optimized for the task.<br>
<br>
#1 can be relatively easily be solved with xml_curl.  #2 also,<br>
although some ESL programming might be required.<br>
<br>
I would definitely go for a complete control over ESL for options #3<br>
and #4, and they could be combined on the same physical platform. A<br>
queue could be organized via some distributed mechanism, but a<br>
conference needs to be served by a single instance of FreeSWITCH. But<br>
you can initiate different conference instances on different servers<br>
and route the calls intellectually.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Sun, Apr 26, 2015 at 3:57 PM, SamyGo &lt;<a>govoiper@gmail.com</a>&gt; wrote:<br>
&gt; Hi Stanislav,<br>
&gt; That seems like a nice idea and as you mentioned definitely for smaller<br>
&gt; customers which can be handled within one FS capacity. Let&#39;s say I come<br>
&gt; across a customer in this schema who has extensions more than 1000.<br>
&gt; Naturally I&#39;d think of using two or more FS dedicated for this customer&#39;s<br>
&gt; domain but the two FS might be two separate entities.<br>
&gt;<br>
&gt; The question is: is there any way that I can bind two or more FS with a<br>
&gt; shared memory space or backplane or DB such that the FS servers are mutually<br>
&gt; aware of a queue or conference. Sending calls to same queue from any of the<br>
&gt; FS server behave like one entity...etc ?<br>
&gt;<br>
&gt; Thanks for your time.<br>
&gt; SamyGo<br>
&gt;<br>
&gt; On Apr 26, 2015 9:28 AM, &quot;Stanislav Sinyagin&quot; &lt;<a>ssinyagin@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; here I started to outline the Kamailio configuration, but the project<br>
&gt;&gt; was stopped by the customer:<br>
&gt;&gt; <a href="https://github.com/xlab1/sipfe_kamailio" target="_blank">https://github.com/xlab1/sipfe_kamailio</a><br>
&gt;&gt; The config was tested and it works so far.<br>
&gt;&gt;<br>
&gt;&gt; Basically the kamailio&#39;s Dispatcher module has a configuration where<br>
&gt;&gt; to send the requests, based on the user SIP domain name, and it is<br>
&gt;&gt; able to work in failover or load-balancer mode.<br>
&gt;&gt;<br>
&gt;&gt; but this whole thing needs more engineering and testing effort.<br>
&gt;&gt;<br>
&gt;&gt; The main benefit of having the registrar at FreeSWITCH is the<br>
&gt;&gt; presence, BLF, MWI out of the box. Also it can handle more complex<br>
&gt;&gt; call scenarios than Kamailio is able to do -- this would be essential<br>
&gt;&gt; for small business customers.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Apr 26, 2015 at 3:01 PM, Samir Doshi &lt;<a>smrdoshi@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks for your reply.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Nope, I am not sure how that&#39;s going to be work out?<br>
&gt;&gt; &gt; Would you be able to give some more hint on that?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, Apr 26, 2015 at 2:40 PM, Stanislav Sinyagin<br>
&gt;&gt; &gt; &lt;<a>ssinyagin@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; There&#39;s an option to use FreeSWITCH as a registrar, and Kamailio would<br>
&gt;&gt; &gt;&gt; be<br>
&gt;&gt; &gt;&gt; a simple stateless load balancer and failover manager. Have you<br>
&gt;&gt; &gt;&gt; considered<br>
&gt;&gt; &gt;&gt; this option as well?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Apr 26, 2015 6:21 AM, &quot;Samir Doshi&quot; &lt;<a>smrdoshi@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hi Guys,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; What will be the best setup architecture to handle 50k subscriber<br>
&gt;&gt; &gt;&gt;&gt; registration and approximate 30k concurrent calls?<br>
&gt;&gt; &gt;&gt;&gt; We are planning to use opensips/kamailio proxy server for load balance<br>
&gt;&gt; &gt;&gt;&gt; &amp;<br>
&gt;&gt; &gt;&gt;&gt; to handle registration and multiple freeswitch servers to handle<br>
&gt;&gt; &gt;&gt;&gt; media.<br>
&gt;&gt; &gt;&gt;&gt; Database will be MySQL.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Is this good way? OR anybody have any other proposed architecture<br>
&gt;&gt; &gt;&gt;&gt; which<br>
&gt;&gt; &gt;&gt;&gt; can be helpful?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Moreover Is there any way we can change codec realtime based on<br>
&gt;&gt; &gt;&gt;&gt; internet<br>
&gt;&gt; &gt;&gt;&gt; connectivity speed?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Please let us know your thoughts.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Thanks in advance.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt;&gt; <a>consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Official FreeSWITCH Sites<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; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a>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;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt; <a>consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; <a>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;<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;<br>
&gt;&gt; &gt; _________________________________________________________________________<br>
&gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt; <a>consulting@freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt; <a>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;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a>consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a>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; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a>consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a>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>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a>consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a>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>
</blockquote>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></blockquote></div><br></div>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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></blockquote></div><br></div>