]> 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:09:18 +0000 (04:09 -0500)
commit71dfbdc7b9b796d130a73e8da4206d87d076ef90
treee5d46ba05a6341cefc92494dbc2dfa93b886e1a8
parentfc03116d9b58b49d07ba425c222ab917a2740da0
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