From 58f97dcfb2877efc00c57c40b2fd2a4193f4c612 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 28 Mar 2022 19:35:43 -0400 Subject: [PATCH] show trace_id in recent calls detail display --- src/components/pages/internal/RecentCallsList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/pages/internal/RecentCallsList.js b/src/components/pages/internal/RecentCallsList.js index 8f5b30c..eaeeb43 100644 --- a/src/components/pages/internal/RecentCallsList.js +++ b/src/components/pages/internal/RecentCallsList.js @@ -269,6 +269,7 @@ const RecentCallsIndex = () => { to: phoneNumberFormat(item.to), status: item.answered ? "answered" : item.termination_reason, duration: timeFormat(item.duration), + trace_id: item.trace_id })); setRecentCallsData(recentCalls); @@ -301,6 +302,7 @@ const RecentCallsIndex = () => { "remote_host", "sip_status", "trunk", + "trace_id" ]; return (