Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Manager 4.2 and Cisco 2811 router Configuration

Status
Not open for further replies.

mt6322

Technical User
Feb 19, 2004
159
US
We are adding a remote site using a Cisco 2811 with SRST for 15 users to our existing Cisco Call Manager 4.2 at our main HQ. The two locations will be connected via point to point T1. Also, the remote site will have its own PRI ISDN for DID numbers and for local and long distance calling. We have already ordered the Cisco 2811 router with the 2 T1 interface cards and the SRST software and I was assigned to handle this project. I am seeking assistance in configuring the Call Manager and the Cisco router. Any sample configuration and documentation will be greatly appreciated. Thank you in advance for your help.
 
This will be close.


!
hostname XXXXXXX
!
network-clock-participate wic 3
network-clock-select 1 T1 0/3/0
!
ip dhcp excluded-address 10.1.1.1 10.1.1.50
!
ip dhcp pool IP-Phones
network 10.1.1.0 255.255.255.0
option 150 ip 10.1.2.11
default-router 10.1.1.1

isdn switch-type primary-dms100
!
!
trunk group SRST_POTS
description trunk group used during SRST
hunt-scheme round-robin
!
voice-card 0
!
voice class codec 10
codec preference 1 g711ulaw
codec preference 2 g729r8
!
!
!
voice class h323 10
h225 timeout tcp establish 3
!
ccm-manager fallback-mgcp
ccm-manager redundant-host 10.1.2.1
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.1.2.1
ccm-manager config
!
controller T1 0/3/0
framing esf
linecode b8zs
cablelength short 133
pri-group timeslots 1-24 service mgcp
!
controller T1 0/3/1
framing esf
linecode b8zs
!
interface Serial0/3/0:23
no ip address
isdn switch-type primary-dms100
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
voice-port 0/3/0:23
input gain -3
output attenuation 6
!
mgcp
mgcp call-agent 10.1.2.11 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
!
mgcp profile default
!
!
!
dial-peer voice 1000 pots
trunkgroup SRST_POTS
preference 1
destination-pattern 911
forward-digits 3
!
dial-peer voice 1001 pots
trunkgroup SRST_POTS
preference 1
destination-pattern 9911
forward-digits 3
!
dial-peer voice 1002 pots
trunkgroup SRST_POTS
preference 1
destination-pattern 9[2-9].........
forward-digits 10
!
dial-peer voice 1003 pots
trunkgroup SRST_POTS
preference 1
destination-pattern 91[2-9].........
forward-digits 11
!
dial-peer voice 1004 pots
trunkgroup SRST_POTS
incoming called-number .
direct-inward-dial
!
dial-peer voice 2000 pots
destination-pattern 911
port 0/3/0:23
forward-digits 3
!
dial-peer voice 2001 pots
destination-pattern 9911
port 0/3/0:23
forward-digits 3
!
dial-peer voice 2002 pots
destination-pattern 9[2-9].........
port 0/3/0:23
forward-digits 10
!
dial-peer voice 2003 pots
destination-pattern 91[2-9].........
port 0/3/0:23
forward-digits 11
!
dial-peer voice 2004 pots
incoming called-number .
direct-inward-dial
port 0/3/0:23
!
!
call-manager-fallback
max-conferences 4
ip source-address 10.1.1.1 port 2000 strict-match
max-ephones 24
max-dn 48
 
Thank you for your response.

I guess the sample configuration if for the Cisco 2811 router for the remote site.

How do you create the calling search space and route patterns for local and long distance calls at the remote site ?

We want to setup the Cisco IP phone at the remote site to dial a 4 digit extension when calling the main site through the point to point T1 between sites but all local and long distance calls from the remote site must leave via the local PRI circuit. How do you create the calling search space and the route pattern to allow such calls ? Is this done on the Cisco 2811 router at the remote site or through Call Manager at the main site ? Please advise.

Thanks again for your help.
 
The CSS and RP's are all done in CallManager. The remote router will use the Dial-peer configs if it loses contact with CallManager.
 
Thanks again for your prompt response.

I found the Cisco Unified SRST docs and I hope this will guide me through with my setup. I am gathering all the info I need to get ready in setting my call manager and the router. Any additional info will be greatly appreciated. Thank you.
 
We just received our srst enabled router and we are in the process of configuring our remote site.

Will let you know how it goes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top