<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Thanks for your advice.&nbsp; I will take it onboard.<br><br>Cheers<br><br>Raf<br><br>&gt; From: chris@cloudtel.com<br>&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; Date: Wed, 22 Dec 2010 09:50:37 -0500<br>&gt; Subject: Re: [Freeswitch-users] calling card  app design decision<br>&gt; <br>&gt; Keep your app server and call server separate is my opinion. I would recommend <br>&gt; inline scripting the small stuff with lua instead of loading the JVM into <br>&gt; your switch<br>&gt; <br>&gt; Anything for billing should be done through events and not inline. Run the JVM <br>&gt; outside the switch and connect to the event socket. If you design it right, <br>&gt; you can scale out multiple switches and have your code in a single JVM <br>&gt; monitor them all<br>&gt; <br>&gt; On December 22, 2010 10:29:16 am Rafqat . wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I am wanting to develop a calling card service using FreeSWITCH.  It's<br>&gt; &gt; seems FreeSWITCH is very flexible in terms of how one could go about<br>&gt; &gt; implementing this service.    I am intending to use mod_nibblebill and<br>&gt; &gt; mod_lcr to do the core stuff.  I would like to use Java for any programming<br>&gt; &gt; (as it's the language I am most familiar with) however, I am unsure whether<br>&gt; &gt; to take an event socket based approach to the application or to use<br>&gt; &gt; something like mod_java.<br>&gt; &gt;<br>&gt; &gt; Any advice/suggestions will be most welcome.<br>&gt; &gt;<br>&gt; &gt; Cheers<br>&gt; &gt;<br>&gt; &gt; Raf<br>&gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br>                                               </body>
</html>