<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=GB2312" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Verdana">Unfortunately I think that this
is a scenario that is not covered by mod_nibblebill. The module
is not capable of charging customers this way.<br>
<br>
We've solved this by using the nibble_rate as you do to realize
a prepaid billing setup. After the final xml CDR is posted to
our billing system via curl, we calculate the final price that
will be billed to the customer and refund the amount that has
been charged by mod_nibblebill. This works pretty good - but
there is a catch: Customers can theoretically run below an
amount of 0,00 - so we had to configure a nobal_amt to prevent
this.<br>
<br>
Viele Gr¨¹ße / Regards<br>
Daniel Neubert<br>
<br>
<br>
</font></font>Am 09.10.2010 03:12, schrieb ռƽ³Â:
<blockquote
cite="mid:AANLkTimgF20e6Qk4QrY3rrA-6_uh1tNC=SVNc7-eBs1A@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=GB2312">
<p>Hello, I have a question about the mod_nibblebill module of
freeswitch.</p>
<p><br>
I can use mod_nibblebill to billing. But I found that his
billing was not what I want. </p>
<p><br>
I want to achieve in this way: every 60 seconds for an interval
of less than 60 seconds, 60 seconds to install basis, charging $
0.1 for each billing interval. For example: the user dials 45
seconds, charging $ 0.1. If user dials 72 seconds, charging $
0.2. </p>
<p><br>
My current configuration in dialplain\default.xml is as follows:</p>
<p><action application="bridge"
data="{enable_heartbeat_events=60,nibble_rate=0.1,nibble_account=1000}user/${dialed_extension}@${domain_name}"/>
<br>
<br>
May I ask, mod_nibblebill module can not achieve my desired
function, if realized, how can I configure?<br>
<br>
Thank you.</p>
</blockquote>
</body>
</html>