Cpl Examples; Call Screening Of Authenticated Users; Call Screening Based On Alias - TANDBERG VCS Administration Manual

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

Advertisement

CPL Reference
Text goes here

Call Screening of Authenticated Users

In this example, only calls from users with authenticated source addresses are allowed.
See
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/>
</not-present>
</address-switch>
</taa:routed>
</cpl>
Getting
System
Introduction
Started
Overview
D 14049.01
07.2007

CPL Examples

System
H.323 & SIP
Registration
Configuration
Configuration
Control

Call Screening Based on Alias

ceo
In this example, user
will only accept calls from users
vpengineering
.
<?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">
<proxy/>
</address>
<otherwise>
<reject/>
</otherwise>
<not-present>
<reject/>
</not-present>
</address-switch>
</address>
</address-switch>
</taa:routed>
</cpl>
Zones and
Call
Neighbors
Processing
74
TANDBERG
TANDBERG
VIDEO COMMUNICATION SERVER
VIDEO COMMUNICATION SERVER
ADMINISTRATOR GUIDE
ADMINISTRATOR GUIDE
vpsales
vpmarketing
,
Firewall
Bandwidth
Maintenance
Traversal
Control
or
Appendices
Appendices

Advertisement

Table of Contents
loading

Table of Contents