]> 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:39:50 +0000 (18:39 -0500)
commit5bbad0d27c967a28a5824ae10fdca714e064c46d
treefea6f5ff92311d31d214d32799557b1f97acb2eb
parent8aae0b9f083af6de2ad2dfc87d2f1eaf4e20f4a0
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