#945 closed defect (fixed)
Account config may not get initialized with default values if pjsua_acc_config_default() is called before pjsua_init()
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is because account config inherits several global PJSUA-LIB config (the pjsua_config), and the global config only gets initialized in pjsua_init()
Change History (2)
comment:1 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by bennylp
- Milestone changed from release-1.4-QA to release-1.4
Note: See
TracTickets for help on using
tickets.
Fixed in r2887: