]> 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:19:02 +0000 (13:19 -0600)
commit32c5ffc354495e24fd7165ee7daf9f66fd12bb93
treeac361f4aa1ec116acc570d3e3eed1d5c0d2e6d48
parent132e2fd6ad77a76c454949b642311f88e282fcc7
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