summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-09-21 09:31:54 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-09-21 09:31:54 +0000
commit11f9bf9ad0e824b5eb59de1589e58be45bade21f (patch)
tree5068b7ccba3e4896cc9bfc9e9738e928b54b77e7 /doc
parentfaa847f0ed2ca8912f4ed1659c795de4d58bfde9 (diff)
document the new context argument for privacymanager
so people can do pattern matching on the input git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@143840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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.