From: Mark Michelson Date: Tue, 20 Aug 2013 15:39:38 +0000 (+0000) Subject: Clarify documentation for the "identify_by" option for SIP endpoints. X-Git-Tag: 13.0.0-beta1~1247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86741bdf465449a40bf329638fdb3374d7023a7c;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 6879858578..d2ce7f285d 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. - -