Specifications

Setting Up Call Handling
How to Set Up Call Handling for Incoming and Outgoing Calls
88
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
Step 3
call application voice
application-name
set-location
language category location
Example:
Router(config)# call application voice
transfer_app set-location en 0 flash:/prompts
Defines the location and category of the audio files that are
used by the application for dynamic prompts.
application-name—Name of the Tcl IVR application.
language—Two-character code to specify the language
of the prompts. Valid entries are en (English—default),
sp (Spanish), ch (Chinese), or aa (all).
category—Category group (0 to 4) for the audio files
from this location. The value 0 means all categories.
location—URL of the directory that contains the
language audio files used by the application, without
filenames. Flash memory (flash) or a directory on a
server (TFTP, HTTP, or RTSP) are all valid.
Prompts are required for call transfer from analog FXS
phones. No prompts are needed for call transfer from IP
phones.
Step 4
call application voice
application-name
delay-time
seconds
Example:
Router(config)# call application voice
transfer_app delay-time 1
(Optional) Sets the delay time for consultation call setup for
an analog phone that is making a call transfer using the
H.450 application. This command passes a value to the Tcl
script by using an attribute-value (AV) pair.
seconds—Number of seconds to delay call setup.
Range is from 1 to 10. Default is 2.
A delay of more than 2 seconds is generally noticeable to
users.
For more information about AV pairs and the Tcl script for
H.450 call transfer and forwarding, see the ReadMe file that
accompanies the script.
Step 5
dial-peer voice
number
pots
Example:
Router(config)# dial-peer voice 25 pots
Enters dial-peer configuration mode to configure a POTS
dial peer.
Step 6
application
application-name
Example:
Router(config-dial-peer)# application
transfer_app
Loads the application named in Step 1 onto the dial peer.
Step 7
exit
Example:
Router(config-dial-peer)# exit
Exits dial-peer configuration mode.
Timesaver Before exiting dial-peer configuration mode,
configure any other dial-peer parameters that
you need to set for this dial peer.
Step 8
dial-peer voice
number
voip
Example:
Router(config)# dial-peer voice 29 voip
Enters dial-peer configuration mode to configure a VoIP
dial peer.
Command or Action Purpose