Opened 13 years ago
Closed 12 years ago
#1505 closed defect (fixed)
Cannot modify account ID or registrar (thanks Peter Koletzki for the report)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14.2 |
Component: | pjsua-lib | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When an account is already registered, modifying id or reg_uri via pjsua_acc_modify() does not works as expected. The new parameter are stored, but not used for the following REGISTER.
Change History (1)
comment:1 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4127]) Fix #1505: pjsua_acc_modify() performs unregistration first when account id, registrar, or forced contact is modified.