Browse Source

remove noisy log message

KAZOO-5650
lazedo 9 years ago
parent
commit
2b7062d933
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kamailio/nodes-role.cfg

+ 0
- 1
kamailio/nodes-role.cfg View File

@ -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/});


Loading…
Cancel
Save