Changeset 1041
- Timestamp:
- 09/17/08 09:12:48 (4 months ago)
- Files:
-
- trunk/common/lib/Class.RateEngine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.RateEngine.php
r1019 r1041 470 470 This mininum credit should be calculated based on the destination, and the minimum billing block. 471 471 */ 472 if ($credit < $A2B->agiconfig['min_credit_2call'] ){472 if ($credit < $A2B->agiconfig['min_credit_2call'] && !$this -> freecall[$K]){ 473 473 return "ERROR CT1"; //NO ENOUGH CREDIT TO CALL THIS NUMBER 474 474 }
