]> 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)
committerBastian Triller <bastian.triller@gmail.com>
Thu, 31 Aug 2023 14:22:23 +0000 (14:22 +0000)
commit9284dca63611605eae9e4d15609253a888ecfb48
tree51b5a34f70585c8324b32ccc1a43af4a5e4cbc5a
parent83964ede1fa62e722936fcbef9ed87f87d7e9283
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.
res/res_pjsip_session.c