Setting Up the Network
How to Set Up the Network
68
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Configuration Example of Enabling SRST on a MGCP Gateway using Cisco IOS Release 12.3(14)T
The following is an example of configuring SRST on an MGCP Gateway if you are using Cisco IOS
Release 12.3(14)T or later release:
isdn switch-type primary-net5
!
!
ccm-manager fallback-mgcp
ccm-manager mgcp
ccm-manager config
mta receive maximum-recipients 0
!
controller E1 1/0
pri-group timeslots 1-12,16 service mgcp
!
controller E1 1/1
!
!
!
interface Ethernet0/0
ip address 10.48.80.9 255.255.255.0
half-duplex
!
interface Serial1/0:15
no ip address
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
!
Step 6
service
[
alternate | default] service-name
location
Example:
Router(config) service myapp
https://myserver/myfile.vxml
Loads and configures a specific, standalone application on
a dial peer.
•
alternate
(Optional). Alternate service to use if the
service that is configured on the dial peer fails.
•
default
(Optional). Specifies that the default service
(“DEFAULT”) on the dial peer is used if the alternate
service fails.
•
service-name
: Name that identifies the voice
application.
•
location
: Directory and filename of the Tcl script or
VoiceXML document in URL format. For example,
flash memory (flash:filename), a TFTP
(tftp://../filename), or an HTTP server
(http://../filename) are valid locations.
Step 7
exit
Example:
Router(config)# exit
Exits global configuration mode and returns to privileged
EXEC mode.
Command or Action
Purpose