Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 19, 2024 11:26 am
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Possible bug in Class.RateEngine.php (A2Billing 1.3.2)
PostPosted: Fri Jan 25, 2008 6:00 am 
Offline

Joined: Fri Jan 25, 2008 5:46 am
Posts: 2
Upgraded to 1.3.2 from 1.3.0 this morning. I'm not sure if this was an issue with 1.3.0.

An issue was reported with the amount of time people had to call. No matter how much credit was on the card, the timeout was always 90 minutes.
This caused us to lose one of our clients.

Finally tracked the issue down to this section of Class.RateEngine.php (line 438):
if ($rateinitial<=0){
$this -> ratecard_obj[$K]['timeout']= $A2B->agiconfig['maxtime_tocall_negatif_free_route']; // 90 min
if ($this -> debug_st) print_r($this -> ratecard_obj[$K]);
return $TIMEOUT;
}

We're using progressive rates, so $rateinitial will nearly always be 0, so the value returned will almost always be the value of maxtime_tocall_negatif_free_route in a2billing.conf.

Since we have no free calls, I've commented this section out, and it seems to be working.

Just a heads up for everyone else.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group