mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
The app_privacy args have undocumented "options" position, interferes with "context" position.
* Add documention for unused "options" position to match existing code. (closes issue #19273) Reported by: mdavenport git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@321337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,8 +54,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<para>Minimum allowable digits in the input callerid number. Defaults to <literal>10</literal>.</para>
|
<para>Minimum allowable digits in the input callerid number. Defaults to <literal>10</literal>.</para>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="options">
|
<parameter name="options">
|
||||||
<para>Position reserved for options. Since there are no remaining options
|
<para>Position reserved for options.</para>
|
||||||
this position will be removed in v1.10.</para>
|
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="context">
|
<parameter name="context">
|
||||||
<para>Context to check the given callerid against patterns.</para>
|
<para>Context to check the given callerid against patterns.</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user