[svn-commits] kmoore: branch 13 r420919 - /branches/13/main/manager.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 13 09:24:52 CDT 2014
Author: kmoore
Date: Wed Aug 13 09:24:45 2014
New Revision: 420919
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420919
Log:
AMI: Improve documentation for Status action
Modified:
branches/13/main/manager.c
Modified: branches/13/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/manager.c?view=diff&rev=420919&r1=420918&r2=420919
==============================================================================
--- branches/13/main/manager.c (original)
+++ branches/13/main/manager.c Wed Aug 13 09:24:45 2014
@@ -222,6 +222,12 @@
<para>Will return the status information of each channel along with the
value for the specified channel variables.</para>
</description>
+ <responses>
+ <list-elements>
+ <xi:include xpointer="xpointer(/docs/managerEvent[@name='Status'])" />
+ </list-elements>
+ <xi:include xpointer="xpointer(/docs/managerEvent[@name='StatusComplete'])" />
+ </responses>
</manager>
<managerEvent language="en_US" name="Status">
<managerEventInstance class="EVENT_FLAG_CALL">
@@ -272,6 +278,19 @@
</parameter>
<parameter name="Seconds">
<para>Number of seconds the channel has been active</para>
+ </parameter>
+ </syntax>
+ <see-also>
+ <ref type="manager">Status</ref>
+ </see-also>
+ </managerEventInstance>
+ </managerEvent>
+ <managerEvent language="en_US" name="StatusComplete">
+ <managerEventInstance class="EVENT_FLAG_CALL">
+ <synopsis>Raised in response to a Status command.</synopsis>
+ <syntax>
+ <parameter name="Items">
+ <para>Number of Status events returned</para>
</parameter>
</syntax>
<see-also>
More information about the svn-commits
mailing list