aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-21 09:32:41 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-21 09:32:41 +0000
commitb5f2ad51da5d5a8b1028ee4f28f3395d2dd27898 (patch)
tree32c167943043982dd9acb6b8849d6d3c44461eb5 /doc
parentf49a1b22cd2133332d7aaa68a5e68f640597d4e5 (diff)
Merged revisions 143840 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r143840 | mvanbaak | 2008-09-21 11:31:54 +0200 (Sun, 21 Sep 2008) | 3 lines document the new context argument for privacymanager so people can do pattern matching on the input ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@143841 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/privacy.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tex/privacy.tex b/doc/tex/privacy.tex
index a06edd6bb..5b678aebc 100644
--- a/doc/tex/privacy.tex
+++ b/doc/tex/privacy.tex
@@ -48,6 +48,12 @@ instead of giving you theirs. A simple test can detect this. More
advanced tests would be to look for -555- numbers, numbers that count
up or down, numbers of all the same digit, etc.
+PrivacyManager can be told about a context where you can have patterns
+that describe valid phone numbers. If none of the patterns match the
+input, it will be considered a non-valid phonenumber and the user
+can try again until the retry counter is reached.
+This helps in resolving the issues stated in the previous paragraph.
+
My logs show that 39 have hung up in the PrivacyManager script over
the last year.