<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Is very difficult to help somebody see the forest because of the trees.&nbsp;That document is the most detailed explanation in existence about your question.</div><div><br></div><div>Please improve the document if is not good enough.</div><div><br></div><div><div>On Nov 22, 2011, at 4:30 AM, Nick wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

  
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
    <title></title>
  
  <div bgcolor="#ffffff" text="#000000">
    Hi<br>
    <br>
    Thanks for your support.<br>
    <br>
    I saw this document
    <a class="moz-txt-link-freetext" href="http://download.ag-projects.com/CDRTool/doc/RATING.txt">http://download.ag-projects.com/CDRTool/doc/RATING.txt</a><br>
    About Pricing formula, I don't understand.<br>
    <br>
    In billing_customer, increment and min_duration set 0.<br>
    In global.inc, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "priceDenominator"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 100, <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "priceDecimalDigits"&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 2,&nbsp;&nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "durationPeriodRated"&nbsp;&nbsp;&nbsp; =&gt; 60,&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "trafficSizeRated"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 1024,&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "reportMissingRates"&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 0,&nbsp;&nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "rate_longer_than"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 0,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "MaxSessionTime"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 36000&nbsp; <br>
    <br>
    In billing_rates, durationRate set 100.<br>
    <br>
    It's a Pricing formula.<br>
    <pre><big>   Pricing formula
   ---------------

   if min_duration then
        minimumDurationCharged = min_duration
   else if minimumDurationCharged set in global inc
        use minimumDurationCharged from global.inc
   else
        minimumDurationCharged = call duration

   if increment then
        durationForRating = round to the next increment
   else
        durationForRating = call duration

   if durationForRating &gt;= minimumDurationCharged then
           Price = connectCost/priceDenominator+
        durationRate*durationForRating/durationPeriodRated/priceDenominator
   else 
        Price = 0</big>
</pre>
    <big></big><br>
    durationForRating = ?? What is durationForRating?? <br>
    minimumDurationCharged = 0<br>
    connectCost = 0 <br>
    How much is price??<br>
    <br>
    I don't understand to calculate this price.<br>
    Can you give me a detail explanation?? <br>
    Thanks<br>
    <br>
    Nick <br>
    <pre></pre>
    <br>
    <br>
    <br>
    On 2011年11月21日 21:34, Adrian Georgescu wrote:
    <blockquote cite="mid:6B3C4B1D-D71F-4D7E-895F-6704242D6A5B@ag-projects.com" type="cite">
      <pre wrap=""><a class="moz-txt-link-freetext" href="http://download.ag-projects.com/CDRTool/doc/PREPAID.txt">http://download.ag-projects.com/CDRTool/doc/PREPAID.txt</a>


On Nov 21, 2011, at 8:38 AM, Nick wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi

I have a question for callcontrol and cdrtool.

What command can i real-time found enough money to online user??

If I have account 0911111111, It have 5 dollars.
Now, It call to 0922222222. How much money for 0911111111 a real-time???

In MySQL. Only saw total money.  When 0911111111 don't enough money,  Can I notice to user??

Thanks for your support.

Nick

_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>

</pre>
      </blockquote>
      <pre wrap=""></pre>
      <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </div>

_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br></blockquote></div><br></body></html>