Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#1781 closed defect (fixed)

Don't update dialog route set from UPDATE response

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.3
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

UPDATE may occur in early dialog and currently dialog route set will be updated upon receiving 200 response of the UPDATE.

RFC3311/UPDATE itself doesn't seem to specify anything about updating dialog route set (in early dialog), however this specification may be applicable here, http://tools.ietf.org/html/rfc3261#section-12.2:

   Requests within a dialog MAY contain Record-Route and Contact header
   fields.  However, these requests do not cause the dialog's route set
   to be modified, although they may modify the remote target URI.
   ...
   Target refresh requests only update the dialog's remote target URI,
   and not the route set formed from the Record-Route.

Thanks Brian Walker for the report.

Change History (2)

comment:1 Changed 10 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 4911:

Fix #1781: Don't update dialog route set from UPDATE response.

comment:2 Changed 10 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.