Cisco Cisco Customer Voice Portal 8.0(1)

Page of 561
Note: The following sample configuration applies only to Comprehensive configuration (Type
7), when the Voice Gateway is making the request for the media file. Do not use media servers
in Type 5 configurations where the Unified CVP H.323 Service is requesting media files. The
Unified CVP H.323 Service does not support redirect and all media requests would be channeled
through the content server. This would degrade performance considerably.
CSS Configuration for Media Servers: Service
Configure one CSS Service per Media Server.
Note: Services must be activated before they are available to be used.
The following three services represent three Media Servers that can be accessed for Unified
CVP prompt playing.
Example of Configuring Services:
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"
CSS Configuration for Media Servers: Http Redirect Services
In order to reduce streaming media traffic, the CSS Media Server services are configured as
http redirect services (also referred to as "remote" services) within the CSS. With the absence
of a "local" service, this configuration will choose an available service based on the content
rule, and present the requesting gateway with an http 302 redirect message. Media streaming
will occur directly from the GW to the individual Media Server. For specific information on
http redirection services, refer to the CSS Basic Configuration Guide.
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 4.1(1)
475
Chapter 15: Configuring High Availability for Unified CVP
CSS Configuration for Media Servers