<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>&lt;action application=&quot;bridge&quot; data=&quot;{enable_heartbeat_events=60,nibble_rate=0.1,nibble_account=1000}user/${dialed_extension}@${domain_name}&quot;/&gt; <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>