Commit 3ce5308ac9 for asterisk.org
commit 3ce5308ac9bdd4b82c4c41f508ab594f2d75c1c7
Author: Sean Bright <sean@seanbright.com>
Date: Thu Dec 4 18:31:51 2025 -0500
app_queue.c: Update docs to correct QueueMemberPause event name.
diff --git a/apps/app_queue.c b/apps/app_queue.c
index e6d4067ea8..959be3a6a5 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -951,7 +951,7 @@
<para>The name of the queue in which to pause or unpause this member. If not specified, the member will be paused or unpaused in all the queues it is a member of.</para>
</parameter>
<parameter name="Reason" required="false">
- <para>Text description, returned in the event QueueMemberPaused.</para>
+ <para>Text description, returned in the event QueueMemberPause.</para>
</parameter>
</syntax>
<description>