]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session.c: Check topology on re-invite.
authorBen Ford <bford@digium.com>
Mon, 15 Feb 2021 18:24:42 +0000 (12:24 -0600)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 24 Feb 2021 11:24:52 +0000 (05:24 -0600)
commitb12fcaaaf045c227679f18ee9b7c9b843eb72bc6
tree4dfb7a8e0ccff26780e993508b11584ac4e034b0
parent5d0a019e13acc265b7805cb40f636a2680f927c1
res_pjsip_session.c: Check topology on re-invite.

Removes an unnecessary check for the conditional that compares the
stream topologies to see if they are equal to suppress re-invites. This
was a problem when a Digium phone received an INVITE that offered codecs
different than what it supported, causing Asterisk to send the
re-invite.

ASTERISK-29303

Change-Id: I04dc91befb2387904e28a9aaeaa3bcdbcaa7fa63
res/res_pjsip_session.c