Content

Page tree

D-SERIES

Web User Interface

Action URL Settings - Action URL Settings (Section): Check for blacklisting

Phone User Interface

N/A 

Initial Firmware Version

8.9.3.70

XML Configuration

<action_blacklist_url perm="PERMISSIONFLAGS">VALIDVALUE</action_blacklist_url>

Description

The action blacklist url HTTP request is triggered when a call is received. If the HTTP server of the configured url answers with 200 OK, then the caller is processed as remotely blacklisted and the phone silently rejects the call. In case the server answers with an error, the call is accepted and the phone is ringing. In case it takes too long for the answer, the call should be accepted. This timeout can be configured with the setting remote_blacklist_action_timer.

The blacklisting can be done via an Action URL, e.g.:

action_blacklist_url=http://myserver.com/blacklisted?caller=$remote

(for details regarding Snom runtime variables like $remote, see Runtime_variables section in Action URLs)

Valid Values

HTTP URL

Default Value

blank