<div dir="ltr">I am using latest freeswitch and trying to test mod_nibblebill. I am trying to bill only b leg and it seems to cut the amount as per rates and heartbeat. But it does not restrict call if balance is 0 or in minus. I was hoping it will cut the calls the moment it reaches 0<div><br></div><div><br></div><div><div>        session:execute(&quot;export&quot;, &quot;nolocal:enable_heartbeat_events=60&quot;)</div><div>        session:execute(&quot;export&quot;, &quot;nolocal:nibble_account=1&quot;)</div><div>        session:execute(&quot;export&quot;, &quot;nolocal:nibble_increment=1&quot;)</div><div>        session:execute(&quot;export&quot;, &quot;nolocal:nibble_rate=0.02&quot;)</div><div>      </div></div><div><br></div><div>Is there anything I am doing wrong?</div></div>