]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Adjust outgoing offer call pref.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 6 Oct 2020 15:32:04 +0000 (12:32 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Tue, 13 Oct 2020 14:10:56 +0000 (11:10 -0300)
commitdcd2ed69a33b4b7c525feb027425003381718b2a
tree0293769499349581c840975feb0a4250c2accfea
parentfa023cbfa0e71ad8d2b6e2146c5d4ca1792b206f
res_pjsip: Adjust outgoing offer call pref.

This changes the outgoing offer call preference
default option to match the behavior of previous
versions of Asterisk.

The additional advanced codec negotiation options
have also been removed from the sample configuration
and marked as reserved for future functionality in
XML documentation.

The codec preference options have also been fixed to
enforce local codec configuration.

ASTERISK-29109

Change-Id: Iad19347bd5f3d89900c15ecddfebf5e20950a1c2
configs/samples/pjsip.conf.sample
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_session/pjsip_session_caps.c
tests/test_res_pjsip_session_caps.c