]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Handle reloading when permanent contacts exist and qualify is configured.
authorJoshua Colp <jcolp@digium.com>
Thu, 17 Apr 2014 22:49:32 +0000 (22:49 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 17 Apr 2014 22:49:32 +0000 (22:49 +0000)
commit3a0d0b7522df1eeb11928c6a033a12d1baa28bad
tree0756684c5d410c8114c524616c06e35bbc49721b
parent8baf0ae03690e8e445bf510dddd5d704dad74ce4
res_pjsip: Handle reloading when permanent contacts exist and qualify is configured.

This change fixes a problem where permanent contacts being qualified were not
being updated. This was caused by the permanent contacts getting a uuid and not a
known identifier, causing an inability to look them up when updating in the
qualify code. A bug also existed where the new configuration may not be available
immediately when updating qualifies.

(closes issue ASTERISK-23514)
Reported by: Richard Mudgett

Review: https://reviewboard.asterisk.org/r/3448/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@412551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip.c
res/res_pjsip/location.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip/pjsip_options.c
res/res_pjsip_registrar.c