Changes between Initial Version and Version 1 of Ticket #171


Ignore:
Timestamp:
Mar 13, 2007 1:07:05 PM (18 years ago)
Author:
bennylp
Comment:

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 ask for {{{"sendrecv"}}}, local will respond with {{{"sendrecv"}}} as well even when the local SDP was created with {{{"sendonly"}}} or even {{{"inactive"}}} 
     1The 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"}}} 
    22 
    33Thanks Phil Torre for reporting this.