Opened 15 years ago
Last modified 14 years ago
#949 new defect
Refreshing session in Session Timer should also notice media transport attributes in SDP offer/answer.
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | Known-Issues-and-Ideas |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Currently media transport attributes transmitted by refresher is not really generated by media transport, it is just resending current active local SDP. Currently, it works fine while depending on an assumption that the attributes do not change since from the initial offer/answer.
The problem is because transport's encode_sdp() callback is not called to "bless" the SDP. While the transport's media_start() will be called, some transports may get upset because of this.
Change History (5)
comment:1 Changed 15 years ago by nanang
- Description modified (diff)
- Milestone changed from release-1.4-QA to release-1.5
comment:2 Changed 15 years ago by bennylp
- Milestone changed from release-1.5 to release-1.6
comment:3 Changed 15 years ago by bennylp
- Description modified (diff)
- Priority changed from normal to minor
comment:4 Changed 15 years ago by bennylp
- Milestone changed from release-1.6 to release-1.7
comment:5 Changed 14 years ago by bennylp
- Milestone changed from release-1.7 to Known-Issues-and-Ideas
Note: See
TracTickets for help on using
tickets.
With #1047/#1097, we will send UPDATE without SDP if remote supports UPDATE, hence making this issue less critical.
Moving this ticket to Known-Issues.