well, it is a specific module for delivering some sort of services...<br>Actually, we are trying to build a SIP Application Server based on freeswitch in core... the server will/should be in charge of delivering various services e.g.<br>
<br>international call routing (route calls to international destinations according to src_number, dst_prefix, user_qos_group, asr, acd.... )<br>hubbing (route traffic between carriers according to whatever you want)<br>local number portability (... no need to explain)<br>
location based services (special services e.g. call distribution for emergency services, local services ... lets say the user dials 101 and he always gets the closest/preferred store... )<br>legal intercept (not allowed to talk about :P)<br>
Voice VPNs<br>Network Announcement <br>Limited postpaid services<br>radius authorization (no accounting)<br>...<br><br><br>The idea is not to route calls through FS... it is going to be used just as a ticketing server. FS needs to respond with an appropriate SIP message containing routing decision. This way we make FS stateless as no calls are going through and in the same time it holds all the services/routing logic we need.<br>
<br>so, there are 2 main things:<br><br>1. all relevant routing parameters are loaded into a DKA memory map<br>2. all user parameter queries are done towards an OpenLDAP database<br><br><br><br>remember i was asking questions about performance and how to fine tune the monster :P... well that&#39;s it.<br>
<br>i&#39;m able to run at 400+ CPS on a single server.<br><br><br>we will see how it will finish ... so far, we are at 80% of the project and I plan to switch some real traffic soon.<br><br>T.<br><br><br><br><div class="gmail_quote">
On Wed, Sep 16, 2009 at 5:00 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</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;">
Might I ask what you are working on?    Its interesting to hear what<br>
people are doing with FreeSWITCH.<br>
<br>
/b<br>
<br>
On Sep 16, 2009, at 9:17 AM, Tihomir Culjaga wrote:<br>
<br>
&gt; perfect,<br>
&gt;<br>
&gt; thanks.<br>
<div><div></div><div class="h5">&gt;<br>
&gt; T.<br>
<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>