]> 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)
committerMaksim Nesterov <braamsdev@gmail.com>
Tue, 3 Dec 2024 18:07:51 +0000 (18:07 +0000)
commite9220e80f9dd23caec287465f8b6325b12281541
tree5c70ab7c1b15ef4149997ebd4daa0c70f557dde4
parent1689aaa57683111d6c265e762e8658b2c0e06545
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.
funcs/func_uuid.c [new file with mode: 0644]