Cisco Cisco TelePresence Video Communication Server Expressway 관리 매뉴얼

다운로드
페이지 542
 
priority-switch
 
redirect
 
mail
 
log
 
subaction
 
lookup
 
remove-location
CPL examples
This section provides a selection of CPL examples:
 
 
 
 
 
 
 
 
 
CPL example: call screening of authenticated users
 
<?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="authenticated-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> 
CPL example: call screening based on alias
In this example, user ceo will only accept calls from users vpsalesvpmarketing 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">
Cisco TelePresence Video Communication Server Administrator Guide (X8.2)     
Page 396 of 542
Reference material
CPL reference