[svn-commits] kmoore: branch 12 r409234 - /branches/12/apps/app_queue.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 28 15:24:18 CST 2014


Author: kmoore
Date: Fri Feb 28 15:24:15 2014
New Revision: 409234

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=409234
Log:
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.

Modified:
    branches/12/apps/app_queue.c

Modified: branches/12/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/apps/app_queue.c?view=diff&rev=409234&r1=409233&r2=409234
==============================================================================
--- branches/12/apps/app_queue.c (original)
+++ branches/12/apps/app_queue.c Fri Feb 28 15:24:15 2014
@@ -981,7 +981,7 @@
 			</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>




More information about the svn-commits mailing list