]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 25 Feb 2021 14:43:33 +0000 (08:43 -0600)
commite1126ffc10efcb6f44822937836ebfbed9d109ec
treefee9f69c39a2dce24c315ed03bdcf635e6aa7167
parentb046e960af54972b12a2aa3bdefe6c07b43d964a
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