MT#16171 revert to prior callist direction filter behaviour

calls of subscribers of the same contract (inter-pbx?)
should not appear in "in" calls when using "customer_id" filter.

Change-Id: I9380a171c200f87601ae2d047460d3de278e20e9
changes/98/3298/4
Rene Krenn 11 years ago
parent 669c0eb420
commit b9a6ecdf4b

@ -166,6 +166,7 @@ class_has 'query_params' => (
} else {
return {
'destination_account_id' => $owner->{customer}->id,
'source_account_id' => {'!=' => $owner->{customer}->id},
};
}
}

Loading…
Cancel
Save