
Grey Headline (continued)
CPL Reference
TANDBERG VIDEO COMMUNICATIONS SERVER ADMINISTRATOR GUIDE
CPL Examples
Call Screening Based on Domain
In this example, user fred will not accept calls from anyone at annoying.com, or from any unauthenticated users. All other users will allow any calls.
<?xml version="1.0"
<taa:routed>
<!-- Don't accept calls from this source -->
</address>
<!-- All other calls allowed --> <proxy/>
</otherwise>
</address>
</taa:routed>
</cpl>
Change of Domain Name
In this example, Example Inc has changed its domain from example.net to example.com. For a period of time some users are still registered at example.net. The following script would attempt to connect calls to user@example.com first and if that fails then fallback to example.net.
<?xml version="1.0"
<taa:routed>
<proxy>
<failure>
<taa:location clear="yes" regex="(.*)@example.com" replace="\1@example.net">
<proxy/>
</taa:location>
</failure>
</proxy>
</address>
</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 |
|
|
|
|
|
|
|
| 177 |
|
|
|
|
|
|
| ||
MAY 2008 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|