summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-06-08 11:40:44 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-06-08 11:40:44 +0000
commitc5ea45af114cfcdf78c360f6936d4573440e885e (patch)
tree6a25d3e6ec69fb17c0064ab6b08d72f6a84f0e64 /CHANGES
parent33b3d38a3cdc5dd7233c5803a863acc466f87624 (diff)
add a new argument to PrivacyManager to specify a context
where the entered phone number is checked. You can now define a set of extensions/exten patterns that describe valid phone numbers. PrivacyManager will check that context for a match with the given phone number. This way you get better control. For example people blindly hitting 10 digits just to get past privacymanager Example line in extensions.conf: exten => incoming,n,PrivacyManager(3,10,,route-outgoing) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5570ba938..7352c64d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -79,6 +79,9 @@ Application Changes
complete documentation.
* ChanIsAvail has a new option, 'a', which will return all available channels instead
of just the first one if you give the function more then one channel to check.
+ * PrivacyManager now takes an option where you can specify a context where the
+ given number will be matched. This way you have more control over who is allowed
+ and it stops the people who blindly enter 10 digits.
SIP Changes
-----------