Skip to content

Commit

Permalink
func_srv: Document field parameter.
Browse files Browse the repository at this point in the history
Adds missing documentation for the field parameter
for the SRVRESULT function.

ASTERISK-30151
Reported by: Chris Young

Change-Id: I4385a2e0892a07e30dea1a8a0588e2c1bea2b1f1
  • Loading branch information
InterLinked1 authored and gtjoseph committed Aug 1, 2022
1 parent 985c708 commit 495890e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions funcs/func_srv.c
Expand Up @@ -65,6 +65,16 @@
as <literal>getnum</literal>, then it will return the total number of results
that are available.</para>
</parameter>
<parameter name="field" required="false">
<para>The field of the result to retrieve.</para>
<para>The fields that can be retrieved are:</para>
<enumlist>
<enum name="host"/>
<enum name="port"/>
<enum name="priority"/>
<enum name="weight"/>
</enumlist>
</parameter>
</syntax>
<description>
<para>This function will retrieve results from a previous use
Expand Down

0 comments on commit 495890e

Please sign in to comment.