]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update documentation for 'use_avpf' option
authorMatthew Jordan <mjordan@digium.com>
Thu, 20 Feb 2014 19:02:13 +0000 (19:02 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 20 Feb 2014 19:02:13 +0000 (19:02 +0000)
commit1253c286339538fa9b684af1c24e8ee45a91ac6a
treeed30677c525c35f0617b3db0c2da73c62bf6fc8f
parent42ccec9dda32f88db44b93601898812f17aada3d
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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408502 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip.c