[asterisk-commits] mvanbaak: trunk r143840 - /trunk/doc/tex/privacy.tex
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Sep 21 04:31:54 CDT 2008
Author: mvanbaak
Date: Sun Sep 21 04:31:54 2008
New Revision: 143840
URL: http://svn.digium.com/view/asterisk?view=rev&rev=143840
Log:
document the new context argument for privacymanager
so people can do pattern matching on the input
Modified:
trunk/doc/tex/privacy.tex
Modified: trunk/doc/tex/privacy.tex
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/privacy.tex?view=diff&rev=143840&r1=143839&r2=143840
==============================================================================
--- trunk/doc/tex/privacy.tex (original)
+++ trunk/doc/tex/privacy.tex Sun Sep 21 04:31:54 2008
@@ -47,6 +47,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.
More information about the asterisk-commits
mailing list