]> 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:54 +0000 (18:07 +0000)
commitc50dea93a5524a59285e4d693b2842d7e032dc8d
treedb43e8b5de346bf647178e22417624d32ce52548
parent7b7df5d30eb4bbde432cc9834b2eb77d01c4c78f
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]