Ticket #563 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Bug with SDP in offer/answer related to call hold scenario

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: pjsua-lib Version: trunk
Keywords: Cc:

Description

Currently in pjsua-lib we use a=inactive and c=0.0.0.0 to convey call hold. This is incorrect, and also inefficient when ICE is used since it will trigger ICE restart.

Attachments

ticket563.patch Download (12.1 KB) - added by nanang 2 years ago.
Initial implementation of new call hold mechanism

Change History

Changed 2 years ago by bennylp

  • milestone changed from release-0.9.5 to release-1.0

Changed 2 years ago by nanang

Initial implementation of new call hold mechanism

Changed 2 years ago by bennylp

  • milestone changed from release-1.0 to release-1.0-rc1

Changed 2 years ago by nanang

In r2191: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports).

Changed 2 years ago by nanang

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.