<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>btw.<br><br>My lua script currently does the following:<br><br>1. Ask for PIN.<br>2. Gets funds for PIN (DB lookup using freeswitch.Dbh) and informs the user of the funds.<br>3. Ask for destination number.<br>4. Checks if enough funds (again using freeswitch Dbh).<br>5. Gets auto route using mod_lcr.<br>6. Populates leg b session variables necessary for mod_nibble.<br>7. Does the bridging.<br><br>As per your advice I will move the bridging stuff out of the script.&nbsp; Do you think the rest will be ok in lua?<br><br>CHeers<br><br>Raf<br><br><br><hr id="stopSpelling">From: rafonline@hotmail.com<br>To: freeswitch-users@lists.freeswitch.org<br>Subject: RE: [Freeswitch-users] calling card app<br>Date: Mon, 3 Jan 2011 21:07:33 +0000<br><br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style>


<br>Thanks very much for the advice.<br><br>Much Appreciated.<br><br><hr id="ecxstopSpelling">Date: Mon, 3 Jan 2011 11:31:57 -0800<br>From: msc@freeswitch.org<br>To: freeswitch-users@lists.freeswitch.org<br>Subject: Re: [Freeswitch-users] calling card app<br><br>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.)<div>
<br></div><div>-MC<br><br><div class="ecxgmail_quote">On Sun, Jan 2, 2011 at 11:13 AM, Rafqat . <span dir="ltr">&lt;<a href="mailto:rafonline@hotmail.com">rafonline@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="ecxgmail_quote" style="padding-left: 1ex;">




<div>
Hi<br><br>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).<br><br>At the moment I am simply doing everything in a single lua script utilising mod_lcr and mod_nibble.&nbsp; It seems to work ok, but I have not stress tested it yet.<br>
<br>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?). &nbsp;&nbsp; <br><br>Cheers<br><br>Raf<br>
                                               </div>
<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>
<br></blockquote></div><br></div>
<br>_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org                                               </body>
</html>