CPLText Referencgoeshere

TANDBERG VIDEO COMMUNICATION SERVER ADMINISTRATOR GUIDE

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>

CPL Examples

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”> <proxy/>

</address>

<otherwise>

<reject/>

</otherwise> <not-present> <reject/> </not-present> </address-switch>

</address> </address-switch>

</taa:routed>

</cpl>

Introduction

Getting

System

System

H.323 & SIP

Registration

Zones and

Call

Firewall

Bandwidth

Maintenance

Appendices

Started

Overview

Configuration

Configuration

Control

Neighbors

Processing

Traversal

Control

 

 

 

D 14049.01

 

 

 

 

174

 

 

 

 

 

07.2007

 

 

 

 

 

 

 

 

 

Page 174
Image 174
TANDBERG D14049.01 manual Call Screening of Authenticated Users, CPL Examples, Call Screening Based on Alias, Vpengineering