]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 13 Sep 2023 15:17:51 +0000 (15:17 +0000)
commitcff637a24f42139240318f73b0872fb23a758561
tree002915b1e38036eda3794a9623e6d630641eef8b
parent6bd9f9ae81fd3d41b745a38db4a6e43d0c343583
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