mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
app_queue: Fix documented AMI event name
During the rewrite of AMI events to use the Stasis bus, the name of the QueueMemberPaused event was changed to QueueMemberPause. This corrects documentation to reflect that. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@409234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -981,7 +981,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</see-also>
|
||||
</managerEventInstance>
|
||||
</managerEvent>
|
||||
<managerEvent language="en_US" name="QueueMemberPaused">
|
||||
<managerEvent language="en_US" name="QueueMemberPause">
|
||||
<managerEventInstance class="EVENT_FLAG_AGENT">
|
||||
<synopsis>Raised when a member is paused/unpaused in the queue.</synopsis>
|
||||
<syntax>
|
||||
|
Reference in New Issue
Block a user