Skip to content

Note parsing does not parse end note #65

@InterLinked1

Description

@InterLinked1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions