Changes between Initial Version and Version 1 of Ticket #171
- Timestamp:
- Mar 13, 2007 1:07:05 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #171 – Description
initial v1 1 The SDP negotiator (sdp_neg.c) in pjmedia ignores the local media direction specifier for some cases and just responding according to remote's preference. For example, when remote askfor {{{"sendrecv"}}}, local will respond with {{{"sendrecv"}}} as well even when the local SDP was created with {{{"sendonly"}}} or even {{{"inactive"}}}1 The SDP negotiator (sdp_neg.c) in pjmedia ignores the local media direction preference for some cases and just responding according to remote's preference. For example, when remote asks for {{{"sendrecv"}}}, local will respond with {{{"sendrecv"}}} as well even when the local SDP was created with {{{"sendonly"}}} or even {{{"inactive"}}} 2 2 3 3 Thanks Phil Torre for reporting this.