mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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
This commit is contained in:
@@ -65,6 +65,16 @@
|
|||||||
as <literal>getnum</literal>, then it will return the total number of results
|
as <literal>getnum</literal>, then it will return the total number of results
|
||||||
that are available.</para>
|
that are available.</para>
|
||||||
</parameter>
|
</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>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>This function will retrieve results from a previous use
|
<para>This function will retrieve results from a previous use
|
||||||
|
Reference in New Issue
Block a user