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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Help configuring CCM 3.3

Status
Not open for further replies.

neutec

Technical User
Apr 26, 2003
343
0
0
Hello All,
I have just installed CCM 3.3 and I would like to configure it to use an FXO card on my Cisco 1751v router for outgoing and incoming calls. I have one 7960 and one 7920 phone I would like to use. Where should I start? Is there any good help files I can use to configure both CCM and my router. I also have Unity 4 installed on another server that I wll need to bring in. Is CCM really this difficult to configure? I have my Unity server as a part of my dowmain and my CCM server in a workgroup. I have been trying to get the CCM server to import Active Directory but havrnt been able to figure that out as well.
Man Im in deep here..........
Tahnks Guys
 
i would start with the cisco callmanager administration guide. google it. also i hear cisco press has some good into.
 
Lookup "dial peer" and "connection plar" Plar statements are for inbound calls to route the call to an ip phone. The dial peer statements are for inbound and outbound calls.

From a production router that has a VWIC 4port FXO in a 1760V. The client is running CCM in a centralized deployment model.

voice-port 2/0
output attenuation 8
no vad
connection plar 1036
description FXO Connection to 217-877-1036
!
voice-port 2/1
output attenuation 8
no vad
connection plar 1042
description FXO Connection to 217-877-1042
!
voice-port 2/2
output attenuation 8
no vad
connection plar 1036
description FXO Connection to 217-877-8709
!
voice-port 2/3
output attenuation 8
no vad
connection plar 1036
description FXO Connection to 217-877-1082
!
dial-peer voice 1 pots
description PSTN Dial Peer
preference 1
destination-pattern 9T
port 2/0
!
dial-peer voice 2 pots
description PSTN Dial Peer
preference 2
destination-pattern 9T
port 2/1
!
dial-peer voice 3 pots
description PSTN Dial Peer
preference 3
destination-pattern 9T
port 2/2
!
dial-peer voice 4 pots
description PSTN Dial Peer
preference 4
destination-pattern 9T
port 2/3
!
dial-peer voice 10 voip
description Primary CCM DNs
preference 1
destination-pattern 10..
voice-class codec 1
voice-class h323 1
session target ipv4:10.200.1.2
dtmf-relay h245-alphanumeric
no vad
!
dial-peer voice 11 voip
description Secondary CCM DNs
preference 2
destination-pattern 10..
voice-class codec 1
voice-class h323 1
session target ipv4:10.200.1.1
dtmf-relay h245-alphanumeric
no vad
!
dial-peer voice 90 pots
description 911 Dial Peer
preference 1
destination-pattern 911
port 2/0
prefix 911
!
dial-peer voice 91 pots
description 911 Dial Peer
preference 2
destination-pattern 911
port 2/1
prefix 911
!
dial-peer voice 92 pots
description 911 Dial Peer
preference 3
destination-pattern 911
port 2/2
prefix 911
!
dial-peer voice 93 pots
description 911 Dial Peer
preference 4
destination-pattern 911
port 2/3
prefix 911
!
dial-peer voice 94 pots
description 9911 Dial Peer
preference 1
destination-pattern 9911
port 2/0
prefix 911
!
dial-peer voice 95 pots
description 9911 Dial Peer
preference 2
destination-pattern 9911
port 2/1
prefix 911
!
dial-peer voice 96 pots
description 9911 Dial Peer
preference 3
destination-pattern 9911
port 2/2
prefix 911
!
dial-peer voice 97 pots
description 9911 Dial Peer
preference 4
destination-pattern 9911
port 2/3
prefix 911
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top