Opened 13 years ago
Closed 13 years ago
#1341 closed defect (fixed)
Revisit pjsua_acc_modify() for newly added fields in the pjsua_acc_config
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjsua-lib | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Some newly added account settings may haven't been handled properly by pjsua_acc_modify() (and also perhaps other API such as pjsua_acc_config_dup()), e.g: outbound stuffs (rfc5626) and call_hold_type.
Change History (1)
comment:1 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3867]) Fixed #1341: Handle pjsua_acc_config's newly added fields in pjsua_acc_modify()