]> 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 Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:21:31 +0000 (18:21 +0000)
commitcb18b1e9380722896c028d12a905568c6a74a670
tree6e94cce242b098627bc110b263ca7d7048d34b08
parent89c7b31eb92eafbb1590a2e8f89c488f5a468b2b
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
(cherry picked from commit 209015a2fff599309cce86df8ac1575b120441d4)
funcs/func_periodic_hook.c