Module: sip-router
Branch: sr_3.0
Commit: f955f63ada7032f5e530f7652232e4fb040d29f1
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f955f63…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)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;
}