]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Reduce processing when a Contact is updated.
authorJoshua Colp <jcolp@digium.com>
Mon, 6 Aug 2018 11:22:22 +0000 (11:22 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 18 Aug 2018 21:09:25 +0000 (18:09 -0300)
commit457ba355aa34f42867a4711fb40b220a029b071b
treef7e53da6cb42516c6ad684fc9ac6bc9a4619550b
parent833548ff7585ca938eb75480f85d97cc2e6dceb7
res_pjsip: Reduce processing when a Contact is updated.

When a Contact is updated the only material change that qualify
support cares about is the underlying configuration for the AOR.
In this case we will update things with the new AOR information but
otherwise the callback to indicate the Contact has changed can be
ignored.

This is because it is only when a Contact is added or deleted that
material changes occur within the qualify support. An update can't
change the URI since it would result in a new Contact so it can be
ignored.

Change-Id: I2f97ebfa79969a36a97bb7b9afd5b6268cf1a07d
UPGRADE-16.txt
res/res_pjsip/pjsip_options.c