]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options: dynamic contact's fields not updated on reload
authorKevin Harwell <kharwell@digium.com>
Fri, 8 Dec 2017 00:18:00 +0000 (18:18 -0600)
committerKevin Harwell <kharwell@digium.com>
Fri, 8 Dec 2017 00:18:00 +0000 (18:18 -0600)
commitf20ab2b65fa391e2442ea2b03a0adfe772f22c6e
tree26b9b639f0f2ade2b6e7cefc3bcac8253c813909
parent8e6aedbdcde92661ac59ef383cd801f8414e229a
pjsip_options: dynamic contact's fields not updated on reload

Dynamic contacts were not being properly updated on reload. As a matter of
fact any changes to the AOR that a dynamic contact was associated with were
not being applied.

On reload, this patch makes it so for each dynamic contact, the associated
AOR is now retrieved and the AOR's fields are applied to the contact.

ASTERISK-27467

Change-Id: I8e3165dc6a745218c1c9db837f77fafa0516985d
res/res_pjsip/pjsip_options.c