From 4d928ee9758c0d848c1179bced628c7f2ed95764 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Thu, 9 Nov 2023 10:01:18 -0500 Subject: [PATCH] func_lock: Add missing see-also refs to documentation. Resolves: #423 (cherry picked from commit 12b353eae0f4af7fa77767315218d182b7fb8c9a) --- funcs/func_lock.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/funcs/func_lock.c b/funcs/func_lock.c index ffcd61c70c..58dd3fbd5f 100644 --- a/funcs/func_lock.c +++ b/funcs/func_lock.c @@ -64,6 +64,10 @@ dialplan, and not directly from external protocols. + + TRYLOCK + UNLOCK + @@ -82,6 +86,10 @@ dialplan, and not directly from external protocols. + + LOCK + UNLOCK + @@ -101,6 +109,10 @@ dialplan, and not directly from external protocols. + + LOCK + TRYLOCK + ***/ -- 2.47.2