From 573ec76e656c63cb844dea14ee5e5ae50a57d6a4 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 25 Mar 2022 13:51:48 +0100 Subject: [PATCH] TT#81700 check.sh: show all info of RTP session before terminate Change-Id: Id41d1af9c33fcf530b5b23c1cd634a61b9c9ff52 --- bin/check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/check.sh b/bin/check.sh index 28646445..b46b3ead 100755 --- a/bin/check.sh +++ b/bin/check.sh @@ -362,6 +362,7 @@ check_rtp() { for callid in "${callids[@]}" ; do if [[ "${callid}" =~ NGCP%${uuid}%/// ]]; then echo "$(date) - Terminate RTP sessions for ${callid}" + ${RTPENGINE_CTL} list sessions "${callid}" ${RTPENGINE_CTL} terminate "${callid}" ERR_FLAG=1 fi