Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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

Fixed in r2887:

  • added call to pjsua_config_default() in init_data(), so the global config is now initialized in pjsua_create()

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.