]> 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:29:18 +0000 (18:29 +0000)
commit9ee35c259ac2137a8d97e697e38b30f9c7dd7cee
treeb2f6414dd42abd3d3de6088bcf7ca15a23264a2d
parent52929efb83e17e776340aa51c93c2c003e1f118d
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 9e2433f73f0cd1d88a218ebce98e7a953f43d6e8)
funcs/func_periodic_hook.c