MT#13471 - CallLists: do not anonymise intra calls with source_clir

Change-Id: Ibeeac652268a875e6d5d0bb03494a02801cfc774
changes/75/2175/2
Kirill Solomko 10 years ago
parent 96ce60b7c5
commit cdad39d046

@ -244,7 +244,7 @@ sub resource_from_item {
}
}
if($resource->{direction} eq "in" && $item->source_clir) {
if($resource->{direction} eq "in" && $item->source_clir && $intra == 0) {
$resource->{other_cli} = undef;
} elsif(!$other_skip_domain && $resource->{other_cli} !~ /^\d+$/) {
$resource->{other_cli} .= '@'.$other_domain;

Loading…
Cancel
Save