[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm, 1.102, 1.103
Ivan,,,
ivan at wavetail.420.am
Wed Sep 29 12:38:02 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv15305
Modified Files:
voip_cdr.pm
Log Message:
fix noskip_dst_length_accountcode_tollfree, RT#9683
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -w -d -r1.102 -r1.103
--- voip_cdr.pm 27 Sep 2010 22:59:47 -0000 1.102
+++ voip_cdr.pm 29 Sep 2010 19:38:00 -0000 1.103
@@ -851,7 +851,7 @@
return "destination less than $dst_length digits"
if $dst_length && length($cdr->dst) < $dst_length
&& ! ( $opt{'noskip_dst_length_accountcode_tollfree'}
- && $cdr->is_tollfree
+ && $cdr->is_tollfree('accountcode')
);
return "lastapp is $opt{'skip_lastapp'}"
More information about the freeside-commits
mailing list