]> 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 Colp <jcolp@sangoma.com>
Tue, 13 Oct 2020 16:14:04 +0000 (11:14 -0500)
commit412b385de5cb1c124daa3e79e19b7ae0af190d63
treea6e51514c2ea588fde562cb58b629a8582b0f205
parent6255e7976c23d86c34a28f42557bd9030282be3a
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