]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Actually enable session timers when timers=always
authorTrevor Peirce <trev@acrovoice.ca>
Tue, 7 Jun 2022 21:53:34 +0000 (14:53 -0700)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 9 Jun 2022 08:49:09 +0000 (03:49 -0500)
commitff80a6111827cce10810fec3632da5cd6c17b677
tree250a23358fe847da79d077d970f28000a4667868
parent1c5f023af9ebe253f9c2ca9771ef229b6aff3360
res_pjsip: Actually enable session timers when timers=always

When a pjsip endpoint is defined with timers=always, this has been a
functional noop.  This patch correctly sets the feature bitmap to both
enable support for session timers and to enable them even when the
endpoint itself does not request or support timers.

ASTERISK-29603
Reported-By: Ray Crumrine
Change-Id: I8b5eeaa9ec7f50cc6d96dd34c2b4aa9c53fb5440
res/res_pjsip/pjsip_configuration.c