[Freeswitch-users] calling card app design decision
Rafqat .
rafonline at hotmail.com
Wed Dec 22 21:01:30 MSK 2010
Thanks for your advice. I will take it onboard.
Cheers
Raf
> From: chris at cloudtel.com
> To: freeswitch-users at lists.freeswitch.org
> Date: Wed, 22 Dec 2010 09:50:37 -0500
> Subject: Re: [Freeswitch-users] calling card app design decision
>
> Keep your app server and call server separate is my opinion. I would recommend
> inline scripting the small stuff with lua instead of loading the JVM into
> your switch
>
> Anything for billing should be done through events and not inline. Run the JVM
> outside the switch and connect to the event socket. If you design it right,
> you can scale out multiple switches and have your code in a single JVM
> monitor them all
>
> On December 22, 2010 10:29:16 am Rafqat . wrote:
> > Hi,
> >
> > I am wanting to develop a calling card service using FreeSWITCH. It's
> > seems FreeSWITCH is very flexible in terms of how one could go about
> > implementing this service. I am intending to use mod_nibblebill and
> > mod_lcr to do the core stuff. I would like to use Java for any programming
> > (as it's the language I am most familiar with) however, I am unsure whether
> > to take an event socket based approach to the application or to use
> > something like mod_java.
> >
> > Any advice/suggestions will be most welcome.
> >
> > 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/20101222/07cd2031/attachment.html
More information about the FreeSWITCH-users
mailing list