Opened 14 years ago

Closed 14 years ago

#1086 closed enhancement (fixed)

New option to update the Contact URI in a single REGISTER request

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.7
Component: pjsua-lib Version: trunk
Keywords: sipit26 Cc:
Backport to 1.x milestone: Backported:

Description

PJSUA-LIB has a feature to update account Contact with the public address as it is learned from the REGISTER response. It does this by unregistering the current binding, while at the same time establishing a brand new registration session with a new Contact.

This method would not work well in all cases though, as some server would immediately close the TCP connection as soon as unregister request is received. In this case, it will be better to perform the Contact URI update in a single REGISTER request instead.

Change History (2)

comment:1 Changed 14 years ago by bennylp

  • Summary changed from Update the registration Contact URI in one REGISTER request to New option to update the Contact URI in a single REGISTER request

comment:2 Changed 14 years ago by bennylp

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

(In [3213]) Fixed #1086 (New option to update the Contact URI in a single REGISTER request): added contact_rewrite_method account config to control this. Default is to use the new mechanism, i.e. the single REGISTER method.

Note: See TracTickets for help on using tickets.