Hi,<br><br>I am wondering if Mod nibblebill is able to handle well the case when multiple users are using the same account.<br><br>This is my setup : Freeswitch + Mod nibblebill + MySQL<br>I have add one account with 1$ cash<br>
I have two users sharing the same account.<br><br>Mod nibblebill configuration is the same for both users :<br>-------------------------------------------------------------------------------------<br><pre>&lt;variable name=&quot;nibble_rate&quot; value=&quot;1&quot;/&gt;
&lt;variable name=&quot;nibble_account&quot; value=&quot;555&quot;/&gt;<br>&lt;variable name=&quot;nibble_increment&quot; value=&quot;60&quot; /&gt;<br></pre>And<br><pre>&lt;param name=&quot;nobal_amt&quot; value=&quot;0&quot;/&gt;
&lt;param name=&quot;nobal_action&quot; value=&quot;hangup XML default&quot;/&gt;<br></pre><pre>&lt;extension name=&quot;hangup&quot;&gt;
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(hangup)$&quot;&gt;
    &lt;action application=&quot;playback&quot; data=&quot;no_more_funds.wav&quot;/&gt;
    &lt;action application=&quot;hangup&quot;/&gt;
  &lt;/condition&gt;
&lt;/extension&gt;</pre>-------------------------------------------------------------------------------------<br><br>All working well if users are not calling at the same time.<br><br>But when both users try to call at the same time, they can both make 60sec call (so 60+60 = 120sec) .. they have done 60sec for free :-(<br>
<br>Questions:<br><ol><li>How to avoid the fraud when sharing the same account and knowing that users can call at the same time ? (i don&#39;t like a make a heartbeat of 1sec ... it is not good for our database ...) &amp; (I don&#39;t like to block the account to be used by only one user at the same time)<br>
</li><li>May be we need to forget mod nibblebill and try using an other solution ?</li></ol><p><br></p><p>Thanks for sharing your knowledge<br></p><br>