From 86741bdf465449a40bf329638fdb3374d7023a7c Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 20 Aug 2013 15:39:38 +0000 Subject: Clarify documentation for the "identify_by" option for SIP endpoints. This also removes documentation for the options that no longer exist. (closes issue ASTERISK-22306) reported by Rusty Newton git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397111 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 687985857..d2ce7f285 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -220,13 +220,18 @@ Way(s) for Endpoint to be identified - There are currently two methods to identify an endpoint. By default - both are used to identify an endpoint. + An endpoint can be identified in multiple ways. Currently, the only supported + option is username, which matches the endpoint based on the + username in the From header. + Endpoints can also be identified by IP address; however, that method + of identification is not handled by this configuration option. See the documentation + for the identify configuration section for more details on that + method of endpoint identification. If this option is set to username + and an identify configuration section exists for the endpoint, then + the endpoint can be identified in multiple ways. - - -- cgit v1.2.3