[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm,1.30,1.31
Ivan,,,
ivan at wavetail.420.am
Fri Sep 12 14:56:51 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv17468
Modified Files:
voip_cdr.pm
Log Message:
support multiple internal_prefixen, RT#3985
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- voip_cdr.pm 12 Sep 2008 21:55:27 -0000 1.30
+++ voip_cdr.pm 12 Sep 2008 21:56:49 -0000 1.31
@@ -282,6 +282,7 @@
@intl = split(/\s*,\s*/, $intl);
} else {
@intl = ($intl);
+ }
#determine the country code
my $countrycode;
More information about the freeside-commits
mailing list