]> 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:41 +0000 (17:36 +0000)
commitcf623753a9041f6c22238c8b0f91ec7dd4d899d4
treeff5c416be94c43097ca93b0d248006ac9c6e863f
parent2e59f9fd6ad394b0099a6f75a483581168fc16e5
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