summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-02-20 19:02:43 +0000
committerMatthew Jordan <mjordan@digium.com>2014-02-20 19:02:43 +0000
commit8e1c5b62be1a4e33d4ec0167fdba9596f213baaa (patch)
tree678a489c99e036d0084605ce2627ef193506f68d
parentb17c80f4f0cb5f338e80033818c24acd661ba51a (diff)
res_pjsip: Update documentation for 'use_avpf' option
When 'use_avpf' is set to True, inbound offers must use the AVPF/SAVPF RTP profile. However, when 'use_avpf' is set to False, Asterisk will accept both AVP/SAVP or AVPF/SAVPF RTP profiles in inbound offers. The documentation previously implied that Asterisk would reject AVPF/SAVPF if 'use_avpf' was set to False and a UA offered said profile in an INVITE request. ........ Merged revisions 408502 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--res/res_pjsip.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 7406c2351..8600c8eb5 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">