]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_uuid: Add a new dialplan function to generate UUIDs
authorMaksim Nesterov <braamsdev@gmail.com>
Sun, 1 Dec 2024 19:42:50 +0000 (19:42 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:42:28 +0000 (18:42 +0000)
commit186e9b5bb85a8c3e1967de7887c834ce8c576d27
treead39557a2155091fe982643a3d0fd761572a3230
parent94a32885e76e0d7f621a22300bf43993431024f5
func_uuid: Add a new dialplan function to generate UUIDs

This function is useful for uniquely identifying calls, recordings, and other entities in distributed environments, as well as for generating an argument for the AudioSocket application.

(cherry picked from commit c50dea93a5524a59285e4d693b2842d7e032dc8d)
funcs/func_uuid.c [new file with mode: 0644]