TANDBERG D14049.01 User Manual

Page of 187
D 14049.01
07.2007
77
TANDBERG 
VIDEO COMMUNICATION SERVER 
ADMINISTRATOR GUIDE
Text goes here
TANDBERG 
VIDEO COMMUNICATION SERVER 
ADMINISTRATOR GUIDE
CPL Reference
Restricting Access to a Local Gateway
In this example, a gateway is registered to the VCS with a prefix of 9 and the administrator wants 
to stop calls from outside the organization being routed through it.
<?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=”9(.*)”>
        <address-switch field=”originating-zone”>
           <address is=”TraversalZone1”>
              <reject/>
           </address>
        </address-switch>
      </address>
  </address-switch>
</taa:routed>
</cpl>
CPL Examples