]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_math: Three new dialplan functions
authorNaveen Albert <mail@interlinked.x10host.com>
Sun, 16 May 2021 15:21:39 +0000 (11:21 -0400)
committerKevin Harwell <kharwell@digium.com>
Wed, 26 May 2021 19:38:17 +0000 (14:38 -0500)
commiteeffad1b62a38a744339d7fe77b881df2ebc95dc
tree1c8ce910e17fefacfe6d9867117670f11fb4e371
parent12e8600849c49cc16df48944ab6a5807201511b4
func_math: Three new dialplan functions

Introduces three new dialplan functions, MIN and MAX,
which can be used to calculate the minimum or
maximum of up to two numbers, and ABS, an absolute
value function.

ASTERISK-29431

Change-Id: I2bda9269d18f9d54833c85e48e41fce0e0ce4d8d
doc/CHANGES-staging/func_min_max.txt [new file with mode: 0644]
funcs/func_math.c