summaryrefslogtreecommitdiff
path: root/FS/FS/cdr/aapt.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-08-26 15:17:55 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-08-26 15:17:55 -0400
commit068929409aaf39df3f979bb656f0026ecc105d07 (patch)
treeb3c9b4c6bbf6690f2fd3d02465c9654b7d0fac94 /FS/FS/cdr/aapt.pm
parentd411726f4af13e1abf80c3c355827c1012e3004f (diff)
Ticket #37472 Import calls with Internal ID 50
Diffstat (limited to 'FS/FS/cdr/aapt.pm')
-rw-r--r--FS/FS/cdr/aapt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/aapt.pm b/FS/FS/cdr/aapt.pm
index 600a192..3c49643 100644
--- a/FS/FS/cdr/aapt.pm
+++ b/FS/FS/cdr/aapt.pm
@@ -77,7 +77,7 @@ my %UNIT_SCALE = ( #Table 2.1.4
'calltypenum', # usage ID (CUSG)
sub { # ID type
my ($cdr, $data, $conf, $param) = @_;
- if ($data != 1) {
+ if ($data !~ /(1|50)/) {
warn "AAPT: service ID type is not telephone number.\n";
$param->{skiprow} = 1;
}