Content
Starting with firmware 8.9.3.80, a new ActionURL trigger allows the phone to check if an incoming call number is blacklisted.Â
For each incoming call, the phone will send an HTTP request to a server with the caller number as parameter:
action_blacklist_url=http://myserver.com/blacklisted?caller=$remote
If the server answers with a 200 OK, the number is considered as blacklisted and the call will be silently rejected. If the server answers with an error, or if the requests times out (remote_blacklist_action_timer), the call is accepted.
Settings used:
The following settings play into this feature:
- remote_blacklist_action_timer - Defines how many seconds is waited for a reply from the queried web server
- action_blacklist_url - The URL which will be queried for checking the incoming number
Further Information
Related articles