]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Allow disabling of 100rel support on PJSIP endpoints.
authorMark Michelson <mmichelson@digium.com>
Thu, 29 Jan 2015 19:52:45 +0000 (19:52 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 29 Jan 2015 19:52:45 +0000 (19:52 +0000)
commitb8ea23b0d12882065c448a9fb8ce1de503dc2103
treef5a9c78a155d4893befb0378a52adece4cb45a8a
parent6e5eb9af88d25f8743c9aeb724ce979b60a6e6c0
Allow disabling of 100rel support on PJSIP endpoints.

Due to an inversion error, setting 100rel=no would not actually
change the current value of the setting (which defaulted to "yes").
With this fix, the inversion is corrected.

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