Module: sip-router Branch: master Commit: f194caed3ca7a10bc90bf08a2324ccbfe78b3c94 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f194caed...
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 d55b776..732395d 100644 --- a/modules/mediaproxy/mediaproxy.c +++ b/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; }