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. — at Version 3

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 (3)

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 14 years ago by bennylp

  • Milestone changed from release-1.5 to release-1.6

comment:3 Changed 14 years ago by bennylp

  • Description modified (diff)
  • Priority changed from normal to minor
Note: See TracTickets for help on using tickets.