mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
cel: Add missing manager documentation.
The LOCAL_OPTIMIZE_BEGIN, STREAM_BEGIN, STREAM_END, and DTMF CEL events were not all documented in the CEL configuration file or the manager documentation for the CEL event.
This commit is contained in:
committed by
Asterisk Development Team
parent
e4bc8219ec
commit
6d7320dd08
@@ -97,9 +97,24 @@
|
||||
<enum name="LINKEDID_END">
|
||||
<para>The linked ID associated with this channel is being retired.</para>
|
||||
</enum>
|
||||
<enum name="LOCAL_OPTIMIZE_BEGIN">
|
||||
<para>A Local channel optimization has begun.</para>
|
||||
</enum>
|
||||
<enum name="LOCAL_OPTIMIZE">
|
||||
<para>A Local channel optimization has occurred.</para>
|
||||
</enum>
|
||||
<enum name="STREAM_BEGIN">
|
||||
<para>A stream started playing: it can be a standalone sound
|
||||
file playing back, or a music-on-hold class started.</para>
|
||||
</enum>
|
||||
<enum name="STREAM_END">
|
||||
<para>A playing stream ended.</para>
|
||||
</enum>
|
||||
<enum name="DTMF">
|
||||
<para>A DTMF digit was processed: these events are dispatched
|
||||
at the end, when the button is released and the duration is
|
||||
present in the extra field</para>
|
||||
</enum>
|
||||
<enum name="USER_DEFINED">
|
||||
<para>A user defined type.</para>
|
||||
<note>
|
||||
|
||||
Reference in New Issue
Block a user