]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
authorBen Ford <bford@digium.com>
Tue, 3 Nov 2020 16:38:34 +0000 (10:38 -0600)
committerKevin Harwell <kharwell@digium.com>
Thu, 5 Nov 2020 16:42:29 +0000 (10:42 -0600)
commit82325ba58bd29efea4f84e37b014747049cf6dff
tree8ab1171a187377eb907186b4bbfe950b8bec609d
parentfe540d03261aa07d2f341f688966d41f24702a90
AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.

If Asterisk sends out and INVITE and receives a challenge with a
different nonce value each time, it will continually send out INVITEs,
even if the call is hung up. The endpoint must be configured for
outbound authentication in order for this to occur. A limit has been set
on outbound INVITEs so that, once reached, Asterisk will stop sending
INVITEs and the transaction will terminate.

ASTERISK-29013

Change-Id: I2d001ca745b00ca8aa12030f2240cd72363b46f7
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
res/res_pjsip.c
res/res_pjsip_session.c