Index: res_sip.c =================================================================== --- res_sip.c (revision 394759) +++ res_sip.c (working copy) @@ -480,16 +480,18 @@ Authentication type - Authentication objects hold the authenitcation information for use - by endpoints. This also allows for multiple - endpoints to use the same information. Choice of MD5/plaintext - and setting of username. + Authentication objects hold the authentication information for use + by other objects such as endpoints or registrations. + This also allows for multiple objects to use a single auth object. See + the auth_type config option for password style choices. Authentication type - This option specifies which of the password style config options should be read, - either 'password' or 'md5_cred' when trying to authenticate an endpoint inbound request. + This option specifies which of the password style config options should be read + when trying to authenticate an endpoint inbound request. If set to userpass + then we'll read from the 'password' option. For md5 we'll read + from 'md5_cred'.