]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Send Session Interval too small response
authorBastian Triller <bastian.triller@gmail.com>
Mon, 28 Aug 2023 07:16:43 +0000 (09:16 +0200)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 18:21:31 +0000 (18:21 +0000)
commit28320a9cd88f7de0b6732fa895c66c6a80b31b27
tree51b5a34f70585c8324b32ccc1a43af4a5e4cbc5a
parent4b11eb23c843d2940c5d9245d94c6441415e301a
res_pjsip_session: Send Session Interval too small response

Handle session interval lower than endpoint's configured minimum timer
when sending first answer. Timer setting is checked during this step and
needs to handled appropriately.
Before this change, no response was sent at all. After this change a
response with 422 Session Interval too small is sent to UAC.

(cherry picked from commit 9284dca63611605eae9e4d15609253a888ecfb48)
res/res_pjsip_session.c