freeside/htetc global.asa,1.49,1.50 handler.pl,1.46,1.47
ivan
ivan at pouncequick.420.am
Sat Nov 20 09:27:01 PST 2004
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv3612/htetc
Modified Files:
global.asa handler.pl
Log Message:
first pass at VoIP rating
Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- global.asa 6 Jul 2004 08:43:53 -0000 1.49
+++ global.asa 20 Nov 2004 17:26:55 -0000 1.50
@@ -71,6 +71,9 @@
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');
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- handler.pl 16 Nov 2004 14:19:18 -0000 1.46
+++ handler.pl 20 Nov 2004 17:26:55 -0000 1.47
@@ -154,6 +154,9 @@
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 '
More information about the freeside-commits
mailing list