Browse Source

modules/mediaproxy: removed error message

- Removed error message since a=rtcp line could contain the port only.
  Credits to Thomas Gelf and Saul Ibarra Corretge.
Juha Heinanen 15 năm trước cách đây
mục cha
commit
f194caed3c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      modules/mediaproxy/mediaproxy.c

+ 0 - 1
modules/mediaproxy/mediaproxy.c

@@ -907,7 +907,6 @@ get_rtcp_ip_attribute(str *block)
     count = get_str_tokens(&zone, tokens, 4);
 
     if (count != 4) {
-        LM_ERR("invalid `a=rtcp' line in SDP body\n");
         return undefined;
     }