]> 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:20 +0000 (14:22 +0000)
commit0c0b99c5a11acbab3acf773aeafaf57f56af55af
tree08e99be0e622059429a1ea4e465a03a50151c56c
parentddbc56505ed603482e375da499c3ff09ef2949b7
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