TANDBERG Gatekeeper User Manual page 54

Tandberg gatekeeper user manual
Hide thumbs Also See for Gatekeeper:
Table of Contents

Advertisement

<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>
</incoming>
</cpl>
11.4.3 Call Redirection
Redirect all calls to user "barney" to voicemail.
<cpl>
<incoming>
<address-switch field="destination">
<address is="barney">
<location clear="yes" url="barney@voicemail">
<proxy/>
</location>
</address>
<otherwise>
<proxy/>
</otherwise>
</address-switch>
</incoming>
</cpl>
TANDBERG Gatekeeper User Manual
43

Advertisement

Table of Contents
loading

Table of Contents