MT#12615 Don't filter call_id in calllists API

Change-Id: I4345521adddf3633dacd31a686a1cd4c12fde660
changes/43/1643/6
Andreas Granig 11 years ago
parent de347c6057
commit de42a68ef3

@ -88,7 +88,7 @@ sub hal_from_item {
resource => $resource,
form => $form,
run => 0,
exceptions => [],
exceptions => [qw/call_id/],
);
$resource->{id} = int($item->id);

Loading…
Cancel
Save