]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 3 Dec 2024 18:07:57 +0000 (18:07 +0000)
commit8ec097a28186ba6fb461dc1213e65d208ec773f3
tree74ea522f54ea9e8eb7461e66921f0bd1a2ebd56c
parentd5c048617510e70e7107cd615595564454e55986
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]