cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
665
Views
19
Helpful
5
Replies

dial-peers and voice-ports

nickm
Level 1
Level 1

I'm hoping someone can help me wrap my head around this.  Nothing is broken, I'm just trying to get a better understanding of how dial peers and voice ports work.  I've been reading the white papers provided by cisco, and I end just end up more confused.

Below is my working config of a voice T1 between two routers.  I've cleaned it up a little bit to get rid of any lines that don't pertain to my confusion ( fax pass through commands, g711 commands, etc).

The attached JPG shows exactly what I'm trying to do.  In the JPG, I'm trying to figure out what has to match up with what in order for this to work.  I'm just dealing with the signaling channel.  Once I understand the signaling, the voice bearers will follow the same logic.  As you can see, the number 11300 shows up three different times on one side and three times on the other.  Are any of these just arbitrary labels that someone happened to name 11300 for consistency's sake?  Again, I think the JPG will explain exactly what I'm trying to figure out.  Thanks in advance.

*****HEAD END **********

controller T1 0/1/1
ds0-group 0 timeslots 24 type ext-sig
ds0-group 1 timeslots 1 type ext-sig
.... continue on from 1 all the way to 23...
ds0-group 23 timeslots 23 type ext-sig
!
voice-port 0/1/1:0
connection trunk 11300
!
voice-port 0/1/1:1 - 23
connection trunk 11501 - 23
!
dial-peer voice 11300 voip
description Signalling Channel
destination-pattern 11300
session target ipv4:X.X.X.X
!
dial-peer voice 11500 voip
description Voice Bearer Channels
destination-pattern 115..
session target ipv4:X.X.X.X
!
dial-peer voice 11400 pots
description Signalling Channel
destination-pattern 11400
port 0/1/1:0
!
dial-peer voice 11601 - 23 pots
description Voice Bearer Channel
destination-pattern 11601 - 23
port 0/1/1:1 - 23

____________________________________

********** REMOTE END ****************

controller T1 0/0/0
ds0-group 0 timeslots 24 type ext-sig
ds0-group 1 timeslots 1 type ext-sig
.... continue on from 1 all the way to 23... ....
ds0-group 23 timeslots 23 type ext-sig
!
voice-port 0/0/0:0
connection trunk 11400
!
voice-port 0/0/0:1 - 23
connection trunk 11601 - 23
!
dial-peer voice 11400 voip
description Signalling Channel
destination-pattern 11400
session target ipv4:X.X.X.X
!
dial-peer voice 11600 voip
description Voice Bearer Channels
destination-pattern 116..
session target ipv4:X.X.X.X

!
dial-peer voice 11300 pots
description Signalling Channel
destination-pattern 11300
port 0/0/0:0
!
dial-peer voice 11501 - 23 pots
description Voice Bearer Channel
destination-pattern 11501 - 23
port 0/0/0:1 - 23

5 Replies 5

dijohn
Cisco Employee
Cisco Employee

When you configure T-CCS cross-connect for E1 or  T1, you set up time slot groups, and then configure cross-connect from  the first T1/E1 controller to the second T1/E1 controller. The mode ccs cross-connect command  allows the cross-connect. This command enables all the channels to  perform similarly to normal CAS mode, except that the signaling bit is  no longer processed by the router.

Here's a doc which will solve your doubts... If that doesn't help let me know

http://www.cisco.com/en/US/docs/ios/12_3/vvf_c/cisco_ios_voice_configuration_library_glossary/vclpbx.html#wp1032256

HTH

PS: Rate useful posts

Thank you for this!  I'll be taking a deeper look later this afternoon.

dijohn
Cisco Employee
Cisco Employee

No Problemo

Ping me here if you don't understand anything.. It should be pretty

straight forward.

Cheers,

Divin

got it to work without mode ccs.

What is the default mode without your statement?

thanks,