]> 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)
committerMike Bradeen <mbradeen@sangoma.com>
Wed, 13 Sep 2023 17:36:34 +0000 (17:36 +0000)
commitdd817c270871eddb356246b33a5653a943c6cab7
tree326aec14d0344f05c188778a391f0ee58c7da4e2
parent3fafd7c0b7e82f22900bde7351ecf293f2c5f910
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
funcs/func_periodic_hook.c