Opened 16 years ago
Closed 16 years ago
#563 closed defect (fixed)
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: | ||
Backport to 1.x milestone: | Backported: |
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 (1)
Change History (5)
comment:1 Changed 16 years ago by bennylp
- Milestone changed from release-0.9.5 to release-1.0
Changed 16 years ago by nanang
comment:2 Changed 16 years ago by bennylp
- Milestone changed from release-1.0 to release-1.0-rc1
comment:3 Changed 16 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).
comment:4 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Initial implementation of new call hold mechanism