]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: On partial transport reload also move factories.
authorJoshua C. Colp <jcolp@sangoma.com>
Mon, 24 May 2021 18:38:26 +0000 (15:38 -0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 26 May 2021 16:31:29 +0000 (11:31 -0500)
commite07fd35238c2ef3cdc895a599eb7f14c5a3d3c42
treed16d8e95ba471a13f1c32162cd6efd638e379dd9
parentd1305af1378fba057544ca9dde6c7ff5dfcb5948
res_pjsip: On partial transport reload also move factories.

For connection oriented transports PJSIP uses factories to
produce transports. When doing a partial transport reload
we need to also move the factory of the transport over so
that anything referencing the transport (such as an endpoint)
has the factory available.

ASTERISK-29441

Change-Id: Ieae0fb98eab2d9257cad996a1136e5a62d307161
res/res_pjsip/config_transport.c