From 351a0b80c67cfa8b0f7995d4384e8d8457ecbed9 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Mon, 20 Feb 2017 16:12:19 +0100 Subject: [PATCH] MT#23817 TT#11431 call_id missing in api/calls response Change-Id: I465a49272d456601fcd9ce8de6b63a9fd4326fe0 --- lib/NGCP/Panel/Role/API/Calls.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/NGCP/Panel/Role/API/Calls.pm b/lib/NGCP/Panel/Role/API/Calls.pm index 549cf5abf1..6fb00c79cf 100644 --- a/lib/NGCP/Panel/Role/API/Calls.pm +++ b/lib/NGCP/Panel/Role/API/Calls.pm @@ -77,6 +77,7 @@ sub hal_from_item { "source_reseller_billing_zone_id", "destination_reseller_billing_zone_id", "source_customer_billing_zone_id", "destination_customer_billing_zone_id", "start_time", "init_time", # "duration", + "call_id", ], );