]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
authorBen Ford <bford@digium.com>
Mon, 2 Nov 2020 16:29:31 +0000 (10:29 -0600)
committerBen Ford <bford@digium.com>
Wed, 4 Nov 2020 19:27:42 +0000 (13:27 -0600)
commit01b7ac0d590b0ad2e3e856d1a81fc87154ae68a0
tree4b142098d4c59a17ea4938ed79151b7aa0f871cc
parenta581fcfe0c28bd3290be7b0316b701c0b8206d3f
AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.

If Asterisk sends out an INVITE and receives a challenge with a
different nonce value each time, it will continuously send out INVITEs,
even if the call is hung up. The endpoint must be configured for
outbound authentication 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