Skip to content

Commit 495890e

Browse files
InterLinked1gtjoseph
authored andcommitted
func_srv: Document field parameter.
Adds missing documentation for the field parameter for the SRVRESULT function. ASTERISK-30151 Reported by: Chris Young Change-Id: I4385a2e0892a07e30dea1a8a0588e2c1bea2b1f1
1 parent 985c708 commit 495890e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

funcs/func_srv.c

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
as <literal>getnum</literal>, then it will return the total number of results
6666
that are available.</para>
6767
</parameter>
68+
<parameter name="field" required="false">
69+
<para>The field of the result to retrieve.</para>
70+
<para>The fields that can be retrieved are:</para>
71+
<enumlist>
72+
<enum name="host"/>
73+
<enum name="port"/>
74+
<enum name="priority"/>
75+
<enum name="weight"/>
76+
</enumlist>
77+
</parameter>
6878
</syntax>
6979
<description>
7080
<para>This function will retrieve results from a previous use

0 commit comments

Comments
 (0)