mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
dialplan_functions_doc.xml: Document PJSIP_MEDIA_OFFER's media
argument.
Resolves: #1023
(cherry picked from commit f9f858b55e
)
This commit is contained in:
committed by
Asterisk Development Team
parent
bb7930a95c
commit
c48e26eb77
@@ -171,7 +171,15 @@
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="media" required="true">
|
||||
<para>types of media offered</para>
|
||||
<para>The type of media offered</para>
|
||||
<enumlist>
|
||||
<enum name="audio">
|
||||
<para>Audio codecs to offer</para>
|
||||
</enum>
|
||||
<enum name="video">
|
||||
<para>Video codecs to offer</para>
|
||||
</enum>
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
|
Reference in New Issue
Block a user