]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The app_privacy args have undocumented "options" position, interferes with "context...
authorRichard Mudgett <rmudgett@digium.com>
Fri, 27 May 2011 21:31:25 +0000 (21:31 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 27 May 2011 21:31:25 +0000 (21:31 +0000)
* Add documention for unused "options" position to match existing code.
The trunk(v1.10) version will remove the unused options position.

(closes issue #19273)
Reported by: mdavenport

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@321330 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_privacy.c

index 77c3a1f2e2d43e1453aa4348006c5db14ef8fb8b..c7986fb6cf2b8266c6ead5d61f3ab12f769c9865 100644 (file)
@@ -53,6 +53,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        <parameter name="minlength">
                                <para>Minimum allowable digits in the input callerid number. Defaults to <literal>10</literal>.</para>
                        </parameter>
+                       <parameter name="options">
+                               <para>Position reserved for options.  Since there are no remaining options
+                               this position will be removed in v1.10.</para>
+                       </parameter>
                        <parameter name="context">
                                <para>Context to check the given callerid against patterns.</para>
                        </parameter>