]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_periodic_hook: Don't truncate channel name
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 11 Sep 2023 16:52:05 +0000 (10:52 -0600)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 13 Sep 2023 15:17:58 +0000 (15:17 +0000)
commit55ec8f8dad84acbca27d7047fe64db4cd1704385
tree39e25650850822d1c22bf4e9da517656ffb6355f
parent0c6253b9b8d5548fedbe1d7d4754b0cf6bd31f18
func_periodic_hook: Don't truncate channel name

func_periodic_hook was truncating long channel names which
causes issues when you need to run other dialplan functions/apps
on the channel.

Resolves: #319
funcs/func_periodic_hook.c