Configuring Call Handling
How to Configure Cisco Unified SCCP SRST
155
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Examples
The following example enables the H.450 Tcl script for analog transfer using hookflash and sets a delay
time of 1 second:
call application voice transfer_app flash:app-h450-transfer.tcl
call application voice transfer_app language 1 en
call application voice transfer_app set-location en 0 flash:/prompts
call application voice transfer_app delay-time 1
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.
Step 9
application
application-name
Example:
Router(config-dial-peer)# application
transfer_app
Loads the application named in Step 1 onto the dial peer.
Step 10
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.
Command or Action
Purpose