Changes between Initial Version and Version 1 of Ticket #1181


Ignore:
Timestamp:
Apr 3, 2013 9:59:37 AM (11 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1181

    • Property Summary changed from Incorrect SDP direction attribute in resuming call after double holds to Incorrect SDP direction attribute in answering call unhold request after double holds
    • Property Backported unset
    • Property Milestone changed from Known-Issues-and-Ideas to release-2.2
  • Ticket #1181 – Description

    initial v1  
     1Currently, pjsua will answer such call unhold request with "inactive" attribute, regardless the direction specified in the offer. While the expected answer should maintain the local hold and be also based on the direction specified in the offer: 
     2 
     3||=offer=||=answer=|| 
     4||sendrecv||sendonly|| 
     5||sendonly||inactive|| 
     6||recvonly||sendonly|| 
     7||inactive||inactive||