Call Screening Based On Domain; Change Of Domain Name - TANDBERG VCS Administration Manual

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

Advertisement

CPL Reference
Text goes here

Call Screening Based on Domain

fred
In this example, user
will not accept calls from anyone at
unauthenticated users. All other users will allow any calls.
<?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="fred">
<address-switch field="origin" subfield="host">
<address subdomain-of="annoying.com">
<reject/>
</address>
<otherwise>
<proxy/>
</otherwise>
<not-present>
<reject/>
</not-present>
</address-switch>
</address>
</address-switch>
</taa:routed>
</cpl>
Getting
System
Introduction
Started
Overview
D 14049.01
07.2007
CPL Examples
annoying.com
, or from any
System
H.323 & SIP
Registration
Configuration
Configuration
Control

Change of Domain Name

In this example, Example Inc has changed its domain from
period of time some users are still registered at example.net. The following script would attempt to
connect calls to
user@example.com
<?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 regex="(.*)@example.com">
<proxy>
<failure>
<location clear="yes" regex="(.*)@example.com" replace="\1@
example.net">
<proxy/>
</location>
</failure>
</proxy>
</address>
</address-switch>
</taa:routed>
</cpl>
Zones and
Call
Neighbors
Processing
75
TANDBERG
TANDBERG
VIDEO COMMUNICATION SERVER
VIDEO COMMUNICATION SERVER
ADMINISTRATOR GUIDE
ADMINISTRATOR GUIDE
example.net
to example.com. For a
first and if that fails then fallback to example.net.
Firewall
Bandwidth
Maintenance
Traversal
Control
Appendices
Appendices

Advertisement

Table of Contents
loading

Table of Contents