diff --git a/scripts/lua/modules/flow_utils.lua b/scripts/lua/modules/flow_utils.lua index edf0208d5d..363f56aa22 100644 --- a/scripts/lua/modules/flow_utils.lua +++ b/scripts/lua/modules/flow_utils.lua @@ -1357,17 +1357,6 @@ function getRTPTableRows(info) sip_call_id_var .. "\n" end - if isEmptyString(getFlowValue(info, "RTP_CALL_STATE")) then - string_table = string_table .. " " .. - i18n("flow_details.call_state") .. - "
\n" - else - string_table = - string_table .. " " .. - i18n("flow_details.call_state") .. "
" .. - mapCallState(getFlowValue(info, "RTP_CALL_STATE")) .. "
\n" - end - -- TWO-WAY CALL-QUALITY INDICATORS string_table = string_table .. "" .. i18n("flow_details.call_quality_indicators") .. "" .. i18n("flow_details.forward") .. "" .. i18n("flow_details.reverse") .. ""