]> 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:53 +0000 (18:07 +0000)
commitba01e712da0204ddc790e17c648030e5e57249c8
tree052392423959723b613e6966e9a66d2c8fb9c43f
parenta80ae57cac1ee4ccab0a44c6cb45d1c184e5ca41
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]