diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-27 14:47:03 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-27 14:47:43 -0700 |
commit | 292ef074d01bb925e9a466ed771bf2ac418bb44f (patch) | |
tree | 66c8842f887fa3d427f5066ac1cdebf97b6a1013 /FS | |
parent | 33f1c704766af0621159d5a8453379b6706d8c8a (diff) | |
parent | ca501bda179434c87d9150780a80d3d64b68e358 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cdr/aapt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/aapt.pm b/FS/FS/cdr/aapt.pm index 600a1920f..3c4964317 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; } |