res_pjsip: Add support for partial transport reload.

Some configuration items for a transport do not result in
the underlying transport changing, but instead are just
state we keep ourselves and use. It is perfectly reasonable
to change these items.

These include local_net and external_* information.

ASTERISK-29354

Change-Id: I027857ccfe4419f460243e562b5f098434b3d43a
This commit is contained in:
Joshua C. Colp
2021-03-01 19:32:24 -04:00
committed by Joshua Colp
parent f47c5cbdf9
commit f213833514
2 changed files with 16 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
Subject: res_pjsip
PJSIP transports can now be partially reloaded safely. This allows the
local_net and external_* options to be updated without restarting Asterisk.