[Freeswitch-users] calling card app

Michael Collins msc at freeswitch.org
Mon Jan 3 22:31:57 MSK 2011


If you have a powerful machine then you can probably scale to several
hundred concurrent calls, depending on transcoding, call recording needs,
etc. We've seen some boxes that can handle literally thousands of concurrent
calls, but the scenarios are never exactly the same. Also, Lua is very
lightweight, so if you're using it just to capture a PIN code or something
then you should be okay. Just be sure to exit the Lua script and let the
dialplan handle the bridge app. (See chapter 7 of the FS book for more
information on Lua scripting tips.)

-MC

On Sun, Jan 2, 2011 at 11:13 AM, Rafqat . <rafonline at hotmail.com> wrote:

>  Hi
>
> As stated in some of my previous posts, I am writing a calling card system
> (not too sure of potential number of concurrent users yet).
>
> At the moment I am simply doing everything in a single lua script utilising
> mod_lcr and mod_nibble.  It seems to work ok, but I have not stress tested
> it yet.
>
> I was wondering (at a high level) if this will suffice or should I be
> offloading operations such as pin validation and credit checking to another
> server (maybe utilising mod_rad_auth?).
>
> Cheers
>
> Raf
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110103/951d4ee7/attachment.html 


More information about the FreeSWITCH-users mailing list