<div>Thank you for the reply Michael. Let me ask your opinion on another related matter also.</div>
<div> </div>
<div>I am using a MS SQL Database (which will be there on a remote server). I wish to keep ...</div>
<div> </div>
<div>1- User database in SQL.</div>
<div>2- Dialplans in SQL.</div>
<div>3- CDR logged in SQL.</div>
<div>4- I also require to cut the call in real time when credit is over.</div>
<div> </div>
<div>I want to deply this to get good performance for 500 calls simultaneous. I see in documents that using http responses i can fetch data from my web server. I figure i can return number of gateways and other dial plan parameters this way. In the same HTTP request i can also return &quot;call Rates&quot; for the called destination (which i can use in nibble)</div>

<div> </div>
<div>Is there any other efficiant apprroach you can suggest?</div>
<div> </div>
<div>Regards,</div>
<div> </div>
<div>Manoj</div>
<div> </div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Sun, Aug 16, 2009 at 2:50 AM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">increments are in seconds, not microseconds.  In IMS for example I<br>think it defaults to 20 or 30 second nibbles, depending on your<br>
tolerances and billing increments something much larger may even make<br>sense.  Doing billing in sub second increments doesn&#39;t make a lot of<br>sense to me.  Remember that this is just keeping track of available<br>credit so if there are multiple calls at the same time you won&#39;t go<br>
over balance.  Everything is still reconciled at hang up, so if you<br>have a bit too much reserved from your nibble the worst that could<br>happen is it could cut off calls a little too early when multiple<br>calls are in progress on the same account.<br>
<br>Mike<br>
<div>
<div></div>
<div class="h5"><br>On Aug 15, 2009, at 3:33 PM, Manu wrote:<br><br>&gt; Hello,<br>&gt;<br>&gt; If we use heartbeat option on in nibblebill.conf.xml does that mean<br>&gt; ODBC database table will be updated every microsecond or any other<br>
&gt; interval we set?<br>&gt;<br>&gt; If this is so and there are many users (Lets say 500 users) are<br>&gt; connected to FS wouldn&#39;t it create locking issues in DB?<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Manoj<br>
<br></div></div>_______________________________________________<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>
</blockquote></div><br>