-
- Downloads
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/ ........ Merged revisions 412551 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412552 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- res/res_pjsip.c 16 additions, 4 deletionsres/res_pjsip.c
- res/res_pjsip/location.c 47 additions, 6 deletionsres/res_pjsip/location.c
- res/res_pjsip/pjsip_configuration.c 1 addition, 14 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip/pjsip_options.c 52 additions, 9 deletionsres/res_pjsip/pjsip_options.c
- res/res_pjsip_registrar.c 1 addition, 1 deletionres/res_pjsip_registrar.c
Loading
Please register or sign in to comment