]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add 100rel option "peer_supported".
authorMaximilian Fridrich <m.fridrich@commend.com>
Tue, 26 Jul 2022 13:40:26 +0000 (15:40 +0200)
committerMichael Bradeen <mbradeen@sangoma.com>
Thu, 22 Sep 2022 23:40:49 +0000 (18:40 -0500)
commit492c93861c4e89de585fdc9a3ce3733ae3e5b69b
tree3c9353791173423504ebe50c98c62fe07df30ef9
parent2043234cf4d896f2fa887a1cdcb4db38fc78b13c
res_pjsip: Add 100rel option "peer_supported".

This patch adds a new option to the 100rel parameter for pjsip
endpoints called "peer_supported". When an endpoint with this option
receives an incoming request and the request indicated support for the
100rel extension, then Asterisk will send 1xx responses reliably. If
the request did not indicate 100rel support, Asterisk sends 1xx
responses normally.

ASTERISK-30158

Change-Id: Id6d95ffa8f00dab118e0b386146e99f254f287ad
contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py [new file with mode: 0644]
doc/CHANGES-staging/res_pjsip_100rel_option.txt [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip/pjsip_config.xml
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_session.c