[svn-commits] rmudgett: branch 1.8 r321330 - /branches/1.8/apps/app_privacy.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 27 16:31:29 CDT 2011


Author: rmudgett
Date: Fri May 27 16:31:25 2011
New Revision: 321330

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=321330
Log:
The app_privacy args have undocumented "options" position, interferes with "context" position.

* 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

Modified:
    branches/1.8/apps/app_privacy.c

Modified: branches/1.8/apps/app_privacy.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_privacy.c?view=diff&rev=321330&r1=321329&r2=321330
==============================================================================
--- branches/1.8/apps/app_privacy.c (original)
+++ branches/1.8/apps/app_privacy.c Fri May 27 16:31:25 2011
@@ -52,6 +52,10 @@
 			</parameter>
 			<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>




More information about the svn-commits mailing list