]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 31 Aug 2023 14:22:25 +0000 (14:22 +0000)
commit468df4a12d6e4266cc60cf751603acb143ae89c4
treea7dac992fcb9ed16208fe753ff07ed817f4df6c0
parent088b51eac74daafbf0399637058aa770d515a9f5
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