Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#1669 closed defect (fixed)

Modified account proxy not applied in the reregistration

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

Description

When account proxy is modified, i.e: via pjsua_acc_modify(), re-registration will be automatically performed, but the re-registration doesn't use the new proxy setting.

Change History (2)

comment:1 Changed 11 years ago by nanang

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

In 4523:

Fix #1669: When (account/global) proxy setting is changed, unregister and reset registration internal state (acc->regc) before performing re-registration. The same mechanism is also applied for any account config changes on transport, credential info, or auth preference.

comment:2 Changed 11 years ago by bennylp

In 4579:

Re #1669: fixed bug introduced by r4523 which caused pjsua_acc_modify() to always reregister regardless of whether there is change or not

Note: See TracTickets for help on using tickets.