cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
284
Views
0
Helpful
2
Replies

Need help with SRST on mgcp router

tim_shunn
Level 1
Level 1

I am new to SRST. I cannot get my phones to register with the router (2801). I think I am missing a command (maybe to activate SRST?). I haven't put in the dial peers I need yet. I'm just trying to get the phones to register with the router first. Thanks for any help. Here is my config.

ccm-manager fallback-mgcp

ccm-manager redundant-host 10.10.100.11

ccm-manager mgcp

call application alternate DEFAULT

!

!

voice-port 0/0/0

!

voice-port 0/0/1

!

voice-port 0/0/2

shutdown

!

voice-port 0/0/3

shutdown

!

mgcp

mgcp call-agent 10.10.100.10 service-type mgcp version 0.1

!

mgcp profile default

!

!

!

dial-peer voice 1 pots

application mgcpapp

port 0/0/0

!

dial-peer voice 2 pots

application mgcpapp

destination-pattern 9.......

port 0/0/1

1 Accepted Solution

Accepted Solutions

thisisshanky
Level 11
Level 11

All SRST configs go under call-manager-fallback mode. Additionally you need the call app alternate default command, which you already have, and also h323 based dial peers for use under srst mode.

Here are some guides to configuring SRSt on MGCP gtwy.

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

http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a0080144630.shtml

HTH

PS: please remember to rate helpful replies!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

View solution in original post

2 Replies 2

thisisshanky
Level 11
Level 11

All SRST configs go under call-manager-fallback mode. Additionally you need the call app alternate default command, which you already have, and also h323 based dial peers for use under srst mode.

Here are some guides to configuring SRSt on MGCP gtwy.

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

http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a0080144630.shtml

HTH

PS: please remember to rate helpful replies!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

The callpmanager-fallback command was just what I was looking for. The guides where right on the spot as well.

Thanks for the help.