-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
https://docs.asterisk.org/Asterisk_21_Documentation/API_Documentation/Dialplan_Functions/CHANNEL/
The note starting at "If not specified, 'audio' is used by default." is never closed.
Looking at the underlying XML documentation in channels/pjsip/dialplan_functions_doc.xml, it appears to be correct (the note is properly closed):
<enumlist>
<enum name="audio">
<para>Retrieve information from the audio media stream.</para>
<note><para>If not specified, <literal>audio</literal> is used
by default.</para></note>
</enum>
<enum name="video">
<para>Retrieve information from the video media stream.</para>
</enum>
</enumlist>
Metadata
Metadata
Assignees
Labels
No labels