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. - -