diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 7406c2351d064891cd3f5bf8ca11bb0553364a43..8600c8eb515a6ebd4fa2b69e490feb3cb394f152 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -380,13 +380,14 @@
 					<synopsis>Determines whether res_pjsip will use and enforce usage of AVPF for this
 					endpoint.</synopsis>
 					<description><para>
-						If set to <literal>yes</literal>, res_pjsip will use use the AVPF or SAVPF RTP
+						If set to <literal>yes</literal>, res_pjsip will use the AVPF or SAVPF RTP
 						profile for all media offers on outbound calls and media updates and will
 						decline media offers not using the AVPF or SAVPF profile.
 					</para><para>
-						If set to <literal>no</literal>, res_pjsip will use use the AVP or SAVP RTP
-						profile for all media offers on outbound calls and media updates and will
-						decline media offers not using the AVP or SAVP profile.
+						If set to <literal>no</literal>, res_pjsip will use the AVP or SAVP RTP
+						profile for all media offers on outbound calls and media updates, but will
+						accept either the AVP/AVPF or SAVP/SAVPF RTP profile for all inbound
+						media offers.
 					</para></description>
 				</configOption>
 				<configOption name="media_encryption" default="no">