]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 22 Sep 2022 17:21:05 +0000 (12:21 -0500)
commit2efcb5890e57a30cf1e31cf9481d526e31a470e8
treecf47b6709683b7e49b15de35a408e38746a96f82
parentef20afda63ced6080b9b3d1b7cfafd5ff4f7169a
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