cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
0
Helpful
4
Replies

SRST Setup

tahequivoice
Level 2
Level 2

I have been searching for a consice setup guide start to finish to setup an SRST router with Callmanager 4.0. I am having confusion as to what software to load onto the router. I have a fully functional CME/CUE router, but dont want to use that, I am planning to use 1760 and 2801 routers for SRST. Also, how do these work when the T1 to them goes down? FXO cards and land lines?

4 Replies 4

milay
Cisco Employee
Cisco Employee

FIrst off you should use the CallManager Compatability Matrix to help you chose an IOS version that has been tested with you CCM, think of these as MIN tested version:

http://www.cisco.com/univercd/cc/td/doc/product/voice/c_callmg/ccmcomp.htm

If you SRST router is also a registerd MGCP GW with the CCM you can use MGCP fallback in the event that the router can not communicate with the CCM it will use configured dial-peers to route calls out the local GW. If the SRST is also configured as an h.323 GW the then all devices registerd in SRST will you the dial-peers to route the calsl when in SRST or not.

--Fallback---

http://www.cisco.com/en/US/tech/tk652/tk701/technologies_configuration_example09186a008012ecc6.shtml

--Configuring SRST---

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_administration_guide_chapter09186a0080393a3c.html

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a00803fe67c.html

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_administration_guide_chapter09186a00801f3ac8.html

Here is what I have done so far.

http://www.cisco.com/univercd/cc/td/doc/product/voice/srst/srst33/srs33spc.htm

Found the loads listed, of course nothing is documented as to what should be done with these files, but that is another story.

Followed this guide;

http://www.cisco.com/univercd/cc/td/doc/product/voice/srst/srst33/srst33ad/index.htm

Got to the part where you put in the application, call application appname location etc. in config mode, command does not exist.

Call-manager-fallback appears to be working on the router, phones do not register. I have the phone loads on the flash;

SRST#dir flash:

Directory of flash:/

1 -rw- 19384448 c1700-entservicesk9-mz.123-14.t.bin

2 -rw- 369950 P00303020214.bin

3 -rw- 713081 Jar70.2-8-0-104.sbn

4 -rw- 616 TERM70.6-0-2SR1-0-5s.loads

5 -rw- 612 TERM70.DEFAULT.loads

6 -rw- 1796886 cnu70.62-0-1-6.sbn

7 -rw- 988400 jvm70.602ES1R6.sbn

8 -rw- 496521 music-on-hold.au

9 -rw- 80045 app-h450-transfer.tcl.2.0.0.4.tcl

33292284 bytes total (9461136 bytes free)

Other than the 7970 phone load, which I could not locate the other loads are what where specified in the matrix. We are running 4.02a, the router is a registered MGCP gateway, it has a WIC-1ENET in slot 0 and a VIC-2FXO in slot 3, 3/0 is currently configured with a pots line and registered. The phone shows the correct address for the SRST as well in its network settings.

I attached the sh ver and sh conf.

I would try app note at

http://www.cisco.com/en/US/tech/tk652/tk701/technologies_configuration_example09186a008012ecc6.shtml

This worked fine for using SRST for FXO ports.

my config was

sh run

Building configuration...

Current configuration : 1505 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname edge

!

boot-start-marker

boot-end-marker

!

!

memory-size iomem 15

no aaa new-model

ip subnet-zero

ip cef

!

!

!

ip dhcp pool remote

network 192.168.1.0 255.255.255.0

option 150 ip 192.168.0.19

default-router 192.168.1.1

!

isdn switch-type primary-net5

!

!

!

!

!

!

!

!

!

!

!

ccm-manager fallback-mgcp

ccm-manager mgcp

!

!

controller E1 0/0

channel-group 0 timeslots 1-31

!

controller E1 0/1

tdm-group 0 timeslots 1-15 type e&m

!

!

!

interface FastEthernet0/0

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0:0

ip address 192.168.2.2 255.255.255.0

!

interface FastEthernet0/1

ip address 192.168.1.1 255.255.255.0

duplex auto

speed auto

!

router rip

network 192.168.1.0

network 192.168.2.0

!

ip http server

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.2.1

!

!

!

snmp-server community public RO

!

call application alternate DEFAULT

!

voice-port 1/0/0

!

voice-port 1/0/1

!

voice-port 1/1/0

!

voice-port 1/1/1

connection plar 1000

!

mgcp

mgcp call-agent 192.168.0.19 service-type mgcp version 0.1

!

mgcp profile default

!

!

dial-peer voice 1 pots

application mgcpapp

port 1/0/0

!

dial-peer voice 2 pots

application mgcpapp

destination-pattern 9T

port 1/1/1

!

!

gatekeeper

shutdown

!

!

call-manager-fallback

ip source-address 192.168.1.1 port 2000

max-ephones 5

max-dn 5

!

!

line con 0

line aux 0

line vty 0 4

login

!

!

end

edge#

What version IOS are you running? The version that is recommended in the Doc no longer has application mgcpapp, instead it is service mgcpapp.

Something that was very strange has happened as well. When I have the phone line connected to the FXO port, the phone I have connected was getting a call every 15 seconds. I rang constanatly and when my wife tried to make a call to me at work to tell me she never got my voice mail, it kept ringing, and I had a voice mail message that was nothing but a phone ringing. DO you think it has something to do with how I have it setup?