Cpl Examples; Call Screening Of Authenticated Users; Call Screening Based On Alias; D14049.04 - TANDBERG VCS Administrator's Manual

Video communication server
Hide thumbs Also See for VCS:
Table of Contents

Advertisement

Grey Headline (continued)
CPL Reference

Call Screening of Authenticated Users

In this example, only calls from users with authenticated source addresses are allowed.
See the section on
Authentication
for details on how to enable authentication.
<?xml version="1.0" encoding="UTF-8" ?>
<cpl xmlns="urn:ietf:params:xml:ns:cpl"
xmlns:taa="http://www.tandberg.net/cpl-extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd">
<taa:routed>
<address-switch field="origin">
<not-present>
<!-- Reject call with a status code of 403 (Forbidden) -->
<reject status="403" reason="Denied by policy"/>
</not-present>
</address-switch>
</taa:routed>
</cpl>
Overview and
Introduction
Getting Started
Status

D14049.04

JULY 2008

CPL Examples

System
VCS
Zones and
Configuration
Configuration
Neighbors

Call Screening Based on Alias

In this example, user
ceo
will only accept calls from users vpsales,
<?xml version="1.0" encoding="UTF-8" ?>
<cpl xmlns="urn:ietf:params:xml:ns:cpl"
xmlns:taa="http://www.tandberg.net/cpl-extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd">
<taa:routed>
<address-switch field="destination">
<address is="ceo">
<address-switch field="origin">
<address regex="vpsales|vpmarketing|vpengineering">
<!-- Allow the call -->
<proxy/>
</address>
<not-present>
<!-- Unauthenticated user -->
<!-- Reject call with a status code of 403 (Forbidden) -->
<reject status="403" reason="Denied by policy"/>
</not-present>
<otherwise>
<!-- Reject call with a status code of 403 (Forbidden) -->
<reject status="403" reason="Denied by policy"/>
</otherwise>
</address-switch>
</address>
</address-switch>
</taa:routed>
</cpl>
Call
Bandwidth
Processing
Control
198
TANDBERG
VIDEO COMMUNICATIONS SERVER
vpmarketing
Firewall
Applications
Maintenance
Traversal
ADMINISTRATOR GUIDE
or vpengineering.
Appendices

Advertisement

Table of Contents
loading

Table of Contents