[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm,1.54,1.55

Ivan,,, ivan at wavetail.420.am
Mon Jan 19 15:44:20 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv21012

Modified Files:
	voip_cdr.pm 
Log Message:
turn debugging off

Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- voip_cdr.pm	19 Jan 2009 22:32:31 -0000	1.54
+++ voip_cdr.pm	19 Jan 2009 23:44:17 -0000	1.55
@@ -14,7 +14,7 @@
 
 @ISA = qw(FS::part_pkg::flat);
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 tie my %rating_method, 'Tie::IxHash',
   'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',



More information about the freeside-commits mailing list