[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 17:09:05 CDT 2011
A NOTE has been added to this issue.
======================================================================
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: closed
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 17:09 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.
======================================================================
----------------------------------------------------------------------
(0135519) svnbot (reporter) - 2011-05-27 17:09
https://issues.asterisk.org/view.php?id=19273#c135519
----------------------------------------------------------------------
Repository: asterisk
Revision: 321338
_U trunk/
U trunk/CHANGES
U trunk/UPGRADE.txt
U trunk/apps/app_privacy.c
------------------------------------------------------------------------
r321338 | rmudgett | 2011-05-27 17:09:04 -0500 (Fri, 27 May 2011) | 16
lines
Merged revisions 321337 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
Also revert -r321331 and -r321332.
........
r321337 | rmudgett | 2011-05-27 17:06:43 -0500 (Fri, 27 May 2011) | 7
lines
The app_privacy args have undocumented "options" position, interferes
with "context" position.
* Add documention for unused "options" position to match existing code.
(closes issue https://issues.asterisk.org/view.php?id=19273)
Reported by: mdavenport
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=321338
Issue History
Date Modified Username Field Change
======================================================================
2011-05-27 17:09 svnbot Checkin
2011-05-27 17:09 svnbot Note Added: 0135519
======================================================================
More information about the asterisk-bugs
mailing list