]> 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:37 +0000 (17:36 +0000)
commit2265eafb3a544d82a26c73afebe64e6804b30a2d
tree4d398cc2533c6d76c4c4dac5f93c7bb8bad6538b
parentb952a8c38d3dec433756da46bcbfa9dff214592b
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