]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add support for partial transport reload.
authorJoshua C. Colp <jcolp@sangoma.com>
Mon, 1 Mar 2021 23:32:24 +0000 (19:32 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 22 Mar 2021 09:07:53 +0000 (04:07 -0500)
commit720a39eb9edefa49c2e6d6ec16e234b85730ec20
treebc75a0157ad1ed14eeeb808a6951b1f33a60b94e
parenteff26ffe424f840dc8f7fc4fc85bd51dd8a546e9
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
doc/CHANGES-staging/pjsip_transport_partial_reload.txt [new file with mode: 0644]
res/res_pjsip/config_transport.c