Opened 14 years ago
Last modified 12 years ago
#1181 closed defect
Incorrect SDP direction attribute in answering call unhold request after double holds — at Version 1
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 (1)
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
Note: See
TracTickets for help on using
tickets.