You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose making BLOCK_NAME_PATTERNS, BLOCK_NUMBER_PATTERNS, PERMIT_NAME_PATTERNS, and PERMIT_NUMBER_PATTERNS editable from the web UI.
I propose changing config.py so that those properties contain file names instead of dictionaries. The files would then have each line be a regular expression, optionally followed by a colon and a human-readable description.
A new web page would present the files' contents to the user and let him edit and save them, which would modify the files.
When screening an incoming call, instead of the CallScreener object holding an in-memory copy of the regular expressions, it would read them from the files.
The text was updated successfully, but these errors were encountered:
I propose making BLOCK_NAME_PATTERNS, BLOCK_NUMBER_PATTERNS, PERMIT_NAME_PATTERNS, and PERMIT_NUMBER_PATTERNS editable from the web UI.
I propose changing config.py so that those properties contain file names instead of dictionaries. The files would then have each line be a regular expression, optionally followed by a colon and a human-readable description.
A new web page would present the files' contents to the user and let him edit and save them, which would modify the files.
When screening an incoming call, instead of the CallScreener object holding an in-memory copy of the regular expressions, it would read them from the files.
The text was updated successfully, but these errors were encountered: