In modules/rtpengine/doc/rtpengine_admin.xml:

> @@ -356,6 +412,51 @@ modparam("rtpproxy", "rtp_inst_pvar", "$avp(RTP_INSTANCE)")
>  		</example>
>  	</section>
>  
> +	<section id="rtpengine.p.hash_table_size">
> +		<title><varname>hash_table_size</varname> (integer)</title>
> +		<para>
> +			Size of the hash table. Default value is 256.
> +		</para>
> +		<para>
> +			NOTE: If configured size is <emphasis>less than</emphasis> 1, the size will be defaulted to 1.
> +		</para>
> +		<example>
> +		<title>Set <varname>hash_table_size</varname> parameter</title>
> +<programlisting format="linespecific">
> +...
> +modparam("rtpproxy", "hash_table_size", "123")

Should be "rtpengine" not "rtpproxy" :)


Reply to this email directly or view it on GitHub.