res_pjsip: Allow configuration of endpoint identifier query order
This patch fixes previously reverted code that caused binary incompatibility problems with some modules. And like the original patch it makes sure that no matter what order the endpoint identifier modules were loaded, priority is given based on the ones specified in the new global 'endpoint_identifier_order' option. ASTERISK-24840 Reported by: Mark Michelson Review: https://reviewboard.asterisk.org/r/4489/ ........ Merged revisions 433028 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@433029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- configs/samples/pjsip.conf.sample 4 additions, 0 deletionsconfigs/samples/pjsip.conf.sample
- contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py 21 additions, 0 deletions...sions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py
- include/asterisk/res_pjsip.h 26 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 115 additions, 4 deletionsres/res_pjsip.c
- res/res_pjsip/config_global.c 21 additions, 0 deletionsres/res_pjsip/config_global.c
- res/res_pjsip_endpoint_identifier_anonymous.c 1 addition, 1 deletionres/res_pjsip_endpoint_identifier_anonymous.c
- res/res_pjsip_endpoint_identifier_ip.c 1 addition, 1 deletionres/res_pjsip_endpoint_identifier_ip.c
- res/res_pjsip_endpoint_identifier_user.c 1 addition, 1 deletionres/res_pjsip_endpoint_identifier_user.c
Loading
Please register or sign in to comment