aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-14 19:27:54 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-14 19:27:54 +0000
commitef6f7af8ad78b2dfddb5bf4a9aafaf0aba44d7c2 (patch)
tree6b1c2a4e2c1f650828b548edc6c32c6604095cc0 /UPGRADE.txt
parent7e035d675e2ba396a534c10ea51e84c9bd7bdae9 (diff)
Remove use of privacy.conf by the Privacy app.
Reported by: eliel Patch by: eliel (Closes issue #11344) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93066 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 20e549923..9db22501b 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -84,6 +84,8 @@ Applications:
* Read() now sets a READSTATUS variable on exit. It does NOT automatically
return -1 (and hangup) anymore on error. If you want to hangup on error,
you need to do so explicitly in your dialplan.
+* Privacy() no longer uses privacy.conf, so any options must be specified
+ directly in the application arguments.
Dialplan Functions: