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><variable name="nibble_rate" value="1"/>
<variable name="nibble_account" value="555"/><br><variable name="nibble_increment" value="60" /><br></pre>And<br><pre><param name="nobal_amt" value="0"/>
<param name="nobal_action" value="hangup XML default"/><br></pre><pre><extension name="hangup">
<condition field="destination_number" expression="^(hangup)$">
<action application="playback" data="no_more_funds.wav"/>
<action application="hangup"/>
</condition>
</extension></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't like a make a heartbeat of 1sec ... it is not good for our database ...) & (I don'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>