24
8.4 Route selected calls to TCA
This version of the file specifies two endpoints to be recorded:
and
.
<?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" subfield="alias-type">
<address regex="TRANSPORTID">
<reject status="reject" reason="IP address dialing not allowed in CA mode"/>
</address>
<otherwise>
<address-switch field="origin">
<address contains="CA_RECORDED">
<!-- Call came from the CA, just route normally -->
<proxy/>
</address>
<not-present>
<!-- always check destination first -->
<address-switch field="destination">
<address regex="CAREC[.](.*)">
<!-- This rule is required to avoid an infinite policy loop repeatedly adding the CAZonePrefix -->
<proxy/>
</address>
<address regex="[email protected]|[email protected]">
<!-- Start compliant destination address, route the destination to the TCA -->
<address-switch field="destination" subfield="alias-type">
<address regex="URI|url-ID">
<!-- SIP addresses -->
<taa:location clear="yes" regex="(.*)@([A-Z,a-z,0-9,.,-]+)([:;]*)(.*)"
replace="CAREC.\1@\2.CAXXX\3\4">
<proxy/>
</taa:location>
</address>
<otherwise>
<!-- H.323 addresses -->
<taa:location clear="yes" regex="(.*)" replace="CAREC.\1">
<proxy/>
</taa:location>
</otherwise>
<!-- End compliant destination address -->
Содержание Compliance Appliance
Страница 1: ...Compliance Appliance Deployment Guide...
Страница 31: ...9 Deployment scenarios 27 9 Deployment scenarios 9 1 Scenario 1 basic deployment...
Страница 32: ...28 9 2 Scenario 2 deployment across a WAN...
Страница 33: ...9 Deployment scenarios 29 9 3 Scenario 3 deployment to cater to regional variations in regulations...
Страница 34: ...30 9 4 Scenario 4 non participating VCS...
Страница 35: ...9 Deployment scenarios 31 9 5 Scenario 5 external organization...
Страница 36: ...32 9 6 Scenario 6 VCS cluster...
Страница 38: ...34 11 Call Flow within TCA...
Страница 41: ......