mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
documentation: Add missing AMI documentation
Adds missing documentation for some channel, bridge, and queue events. ASTERISK-24427 ASTERISK-29515 Change-Id: I92b06b88c8cadc0155f95ebe3e870b3e795a8c64
This commit is contained in:
committed by
Joshua Colp
parent
06f9227ac5
commit
b37feb42ae
@@ -1222,14 +1222,16 @@ static int reload_logger(int rotate, const char *altconf)
|
||||
if (f->disabled) {
|
||||
f->disabled = 0; /* Re-enable logging at reload */
|
||||
/*** DOCUMENTATION
|
||||
<managerEventInstance>
|
||||
<synopsis>Raised when a logging channel is re-enabled after a reload operation.</synopsis>
|
||||
<syntax>
|
||||
<parameter name="Channel">
|
||||
<para>The name of the logging channel.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
</managerEventInstance>
|
||||
<managerEvent language="en_US" name="LogChannel">
|
||||
<managerEventInstance class="EVENT_FLAG_SYSTEM">
|
||||
<synopsis>Raised when a logging channel is re-enabled after a reload operation.</synopsis>
|
||||
<syntax>
|
||||
<parameter name="Channel">
|
||||
<para>The name of the logging channel.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
</managerEventInstance>
|
||||
</managerEvent>
|
||||
***/
|
||||
manager_event(EVENT_FLAG_SYSTEM, "LogChannel", "Channel: %s\r\nEnabled: Yes\r\n", f->filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user