From 48ba2845d0119c56971d5b724661aa37e73b49dd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 20 Nov 2004 17:26:56 +0000 Subject: first pass at VoIP rating --- htetc/global.asa | 3 +++ htetc/handler.pl | 3 +++ 2 files changed, 6 insertions(+) (limited to 'htetc') diff --git a/htetc/global.asa b/htetc/global.asa index 782e06223..146310d57 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -71,6 +71,9 @@ use FS::part_export; use FS::part_export_option; use FS::export_svc; use FS::msgcat; +use FS::rate; +use FS::rate_region; +use FS::rate_prefix; sub Script_OnStart { $Response->AddHeader('Cache-control' => 'no-cache'); diff --git a/htetc/handler.pl b/htetc/handler.pl index b9da085a1..81c983692 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -154,6 +154,9 @@ sub handler use FS::part_export_option; use FS::export_svc; use FS::msgcat; + use FS::rate; + use FS::rate_region; + use FS::rate_prefix; if ( %%%RT_ENABLED%%% ) { eval ' -- cgit v1.2.1