]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_math: Add DIGIT_SUM function.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 1 Oct 2025 15:34:20 +0000 (11:34 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commitff40d2eb045daea50f15fa3998bf6f3caa492b8e
treede0aa995e5e346f6995c925f8556692e0cdc7494
parentabf13685257d45cd40bf7fe42010e8ceeb60c350
func_math: Add DIGIT_SUM function.

Add a function (DIGIT_SUM) which returns the digit sum of a number.

Resolves: #1499

UserNote: The DIGIT_SUM function can be used to return the digit sum of
a number.
funcs/func_math.c