]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 13 Sep 2023 17:36:44 +0000 (17:36 +0000)
commit52472dcdfde0d9c83acc13c5f191e63c1f714d2d
treeaabf57f085cae5574db345a01b561d6f80be3630
parent8cc92b2638016b0413ac3aeb8c4dfc4b62b114cf
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