Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pjsip/src/pjsua-lib/pjsua_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4161,9 +4161,11 @@ PJ_DEF(pj_status_t) pjsua_handle_ip_change(const pjsua_ip_change_param *param)
sd_param.include_udp = PJ_FALSE;

PJ_LOG(4,(THIS_FILE, "IP change shutting down transports.."));
PJSUA_LOCK();
status = pjsip_tpmgr_shutdown_all(
pjsip_endpt_get_tpmgr(pjsua_var.endpt),
&sd_param);
PJSUA_UNLOCK();

/* Provide dummy info instead of NULL info to avoid possible crash
* (if app does not check).
Expand Down
Loading