cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
870
Views
0
Helpful
3
Replies

2 different pri groups or trunk groups on PRI with Call Manager

                   We are running Call Manager 9.x and I have a 2921 with a VWIC2 1MFT module.  We will have a 7 channel PRI coming into this card.  The provider will present them as 2 different channel groups.  One will be 1-6 and the other will be 7.  The purpose is to support 2 different company names on this circuit.  Channel 1-6 will have a different calling name from Channel 7.

    Can this be done in CCM so that I can create 2 different route groups, one that is associated with Channels 1-6 and the other is associated with Channel 7?

I've tried creating trunk groups under the PRI, but in CCM when I create a route group, it only allows me to choose ALL ports on the MFT as opposed to the different trunk groups or specific ports.

We are using MGCP by the way.

Thanks in advance for any advice.

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

Not MGCP, you need H323 for that.

No way to do such with MGCP

Then just configure the dial-peers as required and use a prefix to choose over which channels you want to send the call

IE

111.XXXXXXXX

222.XXXXXXXX

And keep the same in the dial-peers, so you can choose one or the other based on the prefix, then just drop it before sending the call out to the PSTN.

HTH

java

if this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Ok, I was afraid you were going to say that.  Ok, I'll test in the next day or so, and see if I can get that going.

Thanks.

Ok, I have this working now.  Here's my config:


network-clock-participate wic 1

!
isdn switch-type primary-ni
!
!
trunk group 1stTrunkGroup
!
!
trunk group 2ndTrunkGroup
!
controller T1 0/1/0
pri-group timeslots 1-7,24
trunk-group 1stTrunkGroup timeslots 1-6
trunk-group 2ndTrunkGroup timeslots 7
!

interface Serial0/1/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
isdn supp-service name calling
no cdp enable

voice-port 0/1/0:23
!
dial-peer voice 5000 voip
destination-pattern ....
session target ipv4:x.x.x.x
dtmf-relay h245-alphanumeric
codec g711ulaw

dial-peer voice 1 pots
trunkgroup 1stTrunkGroup
destination-pattern 91[2-9]..[2-9]......
direct-inward-dial
forward-digits 11
!
dial-peer voice 2 pots
trunkgroup 1stTrunkGroup
destination-pattern 9[2-9]..[2-9]......
direct-inward-dial
forward-digits 10
!
dial-peer voice 3 pots
trunkgroup 1stTrunkGroup
destination-pattern 9011T
prefix 011
!
dial-peer voice 4 pots
trunkgroup 1stTrunkGroup
destination-pattern 9911
direct-inward-dial
forward-digits 3
!
dial-peer voice 5 pots
trunkgroup 2ndTrunkGroup
destination-pattern 61[2-9]..[2-9]......
direct-inward-dial
forward-digits 11
!
dial-peer voice 6 pots
trunkgroup 2ndTrunkGroup
destination-pattern 6[2-9]..[2-9]......
direct-inward-dial
forward-digits 10
!
dial-peer voice 7 pots
trunkgroup 2ndTrunkGroup
destination-pattern 6011T
prefix 011
!
dial-peer voice 8 pots
trunkgroup 2ndTrunkGroup
destination-pattern 6911
direct-inward-dial
forward-digits 3