]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Don't set endpoint to unavailable in all cases.
authorJoshua C. Colp <jcolp@sangoma.com>
Thu, 26 Mar 2020 22:42:27 +0000 (19:42 -0300)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 6 Apr 2020 14:16:09 +0000 (09:16 -0500)
commit06aa51d14ef7e18c67db7e677ab893e53186296c
tree820804aea889d5d0ea0ea28c4d9b0f4c8264aac3
parent267583f18da22ac59ad6e1fab361bedb2ef9d0c1
res_pjsip: Don't set endpoint to unavailable in all cases.

When an AOR is modified endpoints are updated that reference
the AOR so they can start receiving updates and reflect the
correct state. If this is the case then we shouldn't change
the endpoint to be offline if it does not reference the AOR
but instead only when the endpoint is completely updated for
all its AORs.

ASTERISK-28056
patches:
  pjsip_options-aor.diff submitted by jhord (license 6978)

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