Module: sip-router Branch: kamailio_3.0 Commit: 9ba3305c3e813531200da6b03f72676c930e784d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9ba3305c...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Tue May 11 14:43:55 2010 +0300
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.
---
modules/mediaproxy/mediaproxy.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/mediaproxy/mediaproxy.c b/modules/mediaproxy/mediaproxy.c index 4b314af..35c652f 100644 --- a/modules/mediaproxy/mediaproxy.c +++ b/modules/mediaproxy/mediaproxy.c @@ -893,7 +893,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; }