mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 12:12:48 +00:00
AMI: Improve documentation for Status action
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@420919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -222,6 +222,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<para>Will return the status information of each channel along with the
|
<para>Will return the status information of each channel along with the
|
||||||
value for the specified channel variables.</para>
|
value for the specified channel variables.</para>
|
||||||
</description>
|
</description>
|
||||||
|
<responses>
|
||||||
|
<list-elements>
|
||||||
|
<xi:include xpointer="xpointer(/docs/managerEvent[@name='Status'])" />
|
||||||
|
</list-elements>
|
||||||
|
<xi:include xpointer="xpointer(/docs/managerEvent[@name='StatusComplete'])" />
|
||||||
|
</responses>
|
||||||
</manager>
|
</manager>
|
||||||
<managerEvent language="en_US" name="Status">
|
<managerEvent language="en_US" name="Status">
|
||||||
<managerEventInstance class="EVENT_FLAG_CALL">
|
<managerEventInstance class="EVENT_FLAG_CALL">
|
||||||
@@ -279,6 +285,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</see-also>
|
</see-also>
|
||||||
</managerEventInstance>
|
</managerEventInstance>
|
||||||
</managerEvent>
|
</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>
|
||||||
|
<ref type="manager">Status</ref>
|
||||||
|
</see-also>
|
||||||
|
</managerEventInstance>
|
||||||
|
</managerEvent>
|
||||||
<manager name="Setvar" language="en_US">
|
<manager name="Setvar" language="en_US">
|
||||||
<synopsis>
|
<synopsis>
|
||||||
Sets a channel variable or function value.
|
Sets a channel variable or function value.
|
||||||
|
Reference in New Issue
Block a user