Opened 14 years ago
Closed 12 years ago
#1181 closed defect (fixed)
Incorrect SDP direction attribute in answering call unhold request after double holds
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | sipit27 | Cc: | |
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
Currently, 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:
offer | answer |
---|---|
sendrecv | sendonly |
sendonly | inactive |
recvonly | sendonly |
inactive | inactive |
Change History (3)
comment:1 Changed 12 years ago by nanang
- Backported unset
- Description modified (diff)
- Milestone changed from Known-Issues-and-Ideas to release-2.2
- 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
comment:2 Changed 12 years ago by nanang
comment:3 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r4458: