TANDBERG Security Camera manual 176, CPL Examples, Call Screening of Authenticated Users

Models: Security Camera

1 247
Download 247 pages 11.75 Kb
Page 176
Image 176

Grey Headline (continued)

CPL Reference

TANDBERG VIDEO COMMUNICATIONS SERVER ADMINISTRATOR GUIDE

CPL Examples

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>

Call Screening Based on Alias

In this example, user ceo will only accept calls from users vpsales, vpmarketing or 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="vpsalesvpmarketingvpengineering"> <!-- 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>

Introduction

Getting Started

 

Overview and

 

System

 

VCS

 

Zones and

 

Call

 

Bandwidth

 

Firewall

 

Maintenance

Appendices

 

Status

 

Configuration

 

Configuration

 

Neighbors

 

Processing

 

Control

 

Traversal

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

D14049.03

 

 

 

 

 

 

 

 

176

 

 

 

 

 

 

 

MAY 2008

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Page 176
Image 176
TANDBERG Security Camera manual 176, CPL Examples, Call Screening of Authenticated Users, Call Screening Based on Alias