From 2b7062d9334d146117064faab013b2b1b77c0f58 Mon Sep 17 00:00:00 2001 From: lazedo Date: Tue, 20 Jun 2017 09:08:14 +0100 Subject: [PATCH] remove noisy log message --- kamailio/nodes-role.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/kamailio/nodes-role.cfg b/kamailio/nodes-role.cfg index b0d88d0..1f708d3 100644 --- a/kamailio/nodes-role.cfg +++ b/kamailio/nodes-role.cfg @@ -107,7 +107,6 @@ route[CHECK_MEDIA_SERVERS] if(kazoo_json_keys($var(Payload), "Media-Servers.$var(MediaKey).Interfaces", "$avp(ProfileKeys)") == 1) { $var(ProfileCount) = $cnt($avp(ProfileKeys)); $var(ProfileIdx) = 0; - xlog("L_INFO", "nodes|media|$var(Node) profile count for $(avp(MediaKeys)[$var(Idx)]) is : $var(ProfileCount)\n"); while( $var(ProfileIdx) < $var(ProfileCount) ) { $var(MediaRawUrl) = $(var(Payload){kz.json,Media-Servers.$var(MediaKey).Interfaces.$(avp(ProfileKeys)[$var(ProfileIdx)]).URL}); $var(MediaUrl) = $(var(MediaRawUrl){re.subst,/^sip:(.*)@(.*)/sip:\2/});