]> 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>
Wed, 21 Feb 2024 13:35:03 +0000 (13:35 +0000)
commit5e8702f557bb591cb3bfb3cce1e0ec5644397313
treea2fbde2d7896e98c52d3dde52dadb42d316be3da
parent4e606d018b149036b015d6942653e1ca0a598692
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 cf623753a9041f6c22238c8b0f91ec7dd4d899d4)
funcs/func_periodic_hook.c