]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
dialplan_functions_doc.xml: Document PJSIP_MEDIA_OFFER's `media` argument.
authorSean Bright <sean@seanbright.com>
Tue, 14 Jan 2025 16:45:15 +0000 (11:45 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:39:41 +0000 (18:39 +0000)
Resolves: #1023
(cherry picked from commit f9f858b55e5aabdff74c020e3ad35c3b72f0d537)

channels/pjsip/dialplan_functions_doc.xml

index 5d3d047f119e083d33d378d6f057a00d98eb08f6..adf5a6a8b3063ee26a8a77123178e19b7e9ac47c 100644 (file)
                </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>