[asterisk-bugs] [Asterisk 0019273]: [patch] app_privacy arguments reference invalid "options" option, interferes with "context" option
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 27 16:31:26 CDT 2011
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=19273
======================================================================
Reported By: mdavenport
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 19273
Category: Applications/app_privacy
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
JIRA: SWP-3456
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-05-11 09:50 CDT
Last Modified: 2011-05-27 16:31 CDT
======================================================================
Summary: [patch] app_privacy arguments reference invalid
"options" option, interferes with "context" option
Description:
app_privacy has an "options" application argument defined, but it's not
actually used. This interferes with the use of the "context" option,
since, as documented, you can't use the "context" option.
Attaching patch to remove "options" option, since there's nothing in
app_privacy.c that references it otherwise.
======================================================================
----------------------------------------------------------------------
(0135510) svnbot (reporter) - 2011-05-27 16:31
https://issues.asterisk.org/view.php?id=19273#c135510
----------------------------------------------------------------------
Repository: asterisk
Revision: 321330
U branches/1.8/apps/app_privacy.c
------------------------------------------------------------------------
r321330 | rmudgett | 2011-05-27 16:31:25 -0500 (Fri, 27 May 2011) | 8
lines
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 https://issues.asterisk.org/view.php?id=19273)
Reported by: mdavenport
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=321330
Issue History
Date Modified Username Field Change
======================================================================
2011-05-27 16:31 svnbot Note Added: 0135510
2011-05-27 16:31 svnbot Status assigned => resolved
2011-05-27 16:31 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list