[OpenSER-Devel] [ openser-Bugs-1835933 ] mediaproxy module does not rewrite a=rtcp:12345
SourceForge.net
noreply at sourceforge.net
Wed Nov 21 17:58:09 UTC 2007
Bugs item #1835933, was opened at 2007-11-21 17:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1835933&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.2.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aron Rosenberg (amr42)
Assigned to: Nobody/Anonymous (nobody)
Summary: mediaproxy module does not rewrite a=rtcp:12345
Initial Comment:
When using the mediaproxy module it does not update the SDP if a a=rtcp line is added under a m= line. a=rtcp is defined in RFC 3605.
The same might be true with the nathelper module, but we don't use that so I can't verify.
Example (before processing by mediaproxy)
m=audio 10000 RTP/AVP 0
a=rtcp:10001
After processing (actual)
m=audio 60320 RTP/AVP 0
a=rtcp:10001
(Expected)
m=audio 60320 RTP/AVP 0
a=rtcp:60321
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1835933&group_id=139143
More information about the Devel
mailing list