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:
Sean Bright
2026-01-15 16:59:16 +00:00
committed by Asterisk Development Team
parent e4bc8219ec
commit 6d7320dd08
2 changed files with 20 additions and 3 deletions
+15
View File
@@ -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>