]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_periodic_hook: Add hangup step to avoid timeout
authorMike Bradeen <mbradeen@sangoma.com>
Tue, 12 Sep 2023 19:24:57 +0000 (13:24 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:21:31 +0000 (18:21 +0000)
commit0077c388b7ff27ab2fbc4b6d35d0927a4e3c02ed
tree6a6436e6fe5a1520ec00081cdb59305e1f6af53c
parent3140af85a6fe3b907cba8ab3d1a3803bf64729df
func_periodic_hook: Add hangup step to avoid timeout

func_periodic_hook does not hangup after playback, relying on hangup
which keeps the channel alive longer than necessary.

Resolves: #325
(cherry picked from commit 13da50219ec3a4a44e88d1f28e88909702b3af57)
funcs/func_periodic_hook.c