TT#81700 check.sh: show all info of RTP session before terminate

Change-Id: Id41d1af9c33fcf530b5b23c1cd634a61b9c9ff52
mr10.4
Victor Seva 4 years ago
parent cbc94918ea
commit 573ec76e65

@ -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

Loading…
Cancel
Save