]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Allow configuration of endpoint identifier query order
authorKevin Harwell <kharwell@digium.com>
Tue, 17 Mar 2015 18:44:48 +0000 (18:44 +0000)
committerKevin Harwell <kharwell@digium.com>
Tue, 17 Mar 2015 18:44:48 +0000 (18:44 +0000)
commite0b644ddb7f1f8a609f310cef7cd2eee5914e445
tree632bb8c00fb5a449920f2f9b71b586aa308041de
parentd7c8041f6b214a44517250c816de959dd53d8c08
res_pjsip: Allow configuration of endpoint identifier query order

Updated some documentation stating that endpoint identifiers registered without
a name are place at the front of the lookup list. Also renamed register method
'ast_sip_register_endpoint_identifier_by_name' to
'ast_sip_register_endpoint_identifier_with_name'

ASTERISK-24840
Reported by: Mark Michelson
........

Merged revisions 433031 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@433034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip_endpoint_identifier_anonymous.c
res/res_pjsip_endpoint_identifier_ip.c
res/res_pjsip_endpoint_identifier_user.c