Cisco Cisco Unified Customer Voice Portal 10.0(1)

Page of 342
D-2
Cisco Internet Service Node (ISN) Configuration and Administration Guide
OL-1251-03
Appendix D      Configuring Cisco Content Services Switch (CSS) for Use with ISN
General Approach
http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example0
9186a0080093dff.shtml
Also see Chapter 5 of the CSS Basic Configuration Guide for help determining whether your setup will 
require destination services. The examples below incorporate the use of destination services.
Keepalives—Each ISN component type will also have a varying type of keepalive defined. The CSS 
keepalive definitions will allow for an appropriate method of determining whether the component is 
functional and able to participate in receiving requests. 
Media Server Configuration
Media Servers are standard web servers that are responsible for serving ISN prompt files to the voice 
gateway. 
Service
Configure one CSS Service per Media Server. 
The following three services represent three Media Servers that can be accessed for ISN prompt playing.
Example 0-1
Configuring Services for Media Servers
service mediaserver1 
ip address 10.1.1.1
type redirect
port 80 
domain 10.1.1.1
keepalive type http 
keepalive retryperiod 2
keepalive maxfailure 1
keepalive uri "/index.html"
service mediaserver2 
ip address 10.1.1.2
type redirect
port 80 
domain 10.1.1.2
keepalive type http 
keepalive retryperiod 2
keepalive maxfailure 1
keepalive uri "/index.html"
service mediaserver3 
ip address 10.1.1.3
type redirect 
port 80
domain 10.1.1.3
keepalive type http 
keepalive retryperiod 2
keepalive maxfailure 1
keepalive uri "/index.html"