07-30-2015 04:21 PM - edited 03-17-2019 03:49 AM
Can anyone please send me a link for configuring trunk group to allow each DDIs on each E1 channel?
I believe i saw this comment somewhere that the following dummy pots and voip is needed as well but cannot find that as well
dial-peer voice 1 pots
incoming called-number .T
dial-peer voice 2 voip
destination-pattern .T
Any help will be much appreciated.
08-03-2015 09:17 AM
The config of the controller is good. You won't be able to match '*' in the dialpeer. That is the reason for asking to prefix a code like 010 to the called number.
On each gateway you should have dial-peers as follow (make sure you don't have superseding dialpeers):
dial-peer voice 6001 pots
description **** CHANNEL 01 *****
trunkgroup TRUNK1
incoming called-number 0011...
destination-pattern 0011...
direct-inward-dial
prefix 1
!
dial-peer voice 6002 pots
description **** CHANNEL 02 *****
trunkgroup TRUNK2
incoming called-number 0101...
destination-pattern 0101...
direct-inward-dial
prefix 1
!
dial-peer voice 6003 pots
description **** CHANNEL 03 *****
trunkgroup TRUNK3
incoming called-number 0111...
destination-pattern 0111...
direct-inward-dial
prefix 1
!
dial-peer voice 7001 voip
destination-pattern 0011...
incoming called-number 0011...
progress_ind setup enable 3
session target ipv4:xxx.xxx.xxx.xxx
voice-class codec 1
dtmf-relay h245-alphanumeric
playout-delay nominal 130
playout-delay mode fixed
fax-relay ecm disable
fax rate 9600
fax nsf 000000
ip qos dscp cs5 media
ip qos dscp cs5 signaling
no vad
!
dial-peer voice 7002 voip
destination-pattern 0101...
incoming called-number 0101...
progress_ind setup enable 3
session target ipv4:xxx.xxx.xxx.xxx
voice-class codec 1
dtmf-relay h245-alphanumeric
playout-delay nominal 130
playout-delay mode fixed
fax-relay ecm disable
fax rate 9600
fax nsf 000000
ip qos dscp cs5 media
ip qos dscp cs5 signaling
no vad
!
dial-peer voice 7003 voip
destination-pattern 0111...
incoming called-number 0111...
progress_ind setup enable 3
session target ipv4:xxx.xxx.xxx.xxx
voice-class codec 1
dtmf-relay h245-alphanumeric
playout-delay nominal 130
playout-delay mode fixed
fax-relay ecm disable
fax rate 9600
fax nsf 000000
ip qos dscp cs5 media
ip qos dscp cs5 signaling
no vad
07-30-2015 04:51 PM
Kaushik - First of all if you are talking about inbound call routing that's carrier controlled.
If you are talking about outbound based on CLID then why do you want to use trunk groups and not utilize just the dial-peers to send the outbound calls to required E1 lines. Trunk groups are generally used to bundle together E1 lines.
I suppose you are using CUCM for call control. You can create incoming VOIP dial-peers based on ANI and then setup translation rules to prefix a digit. Your outbound dial-peers will route based on those digits.
For example: 1111 > Incoming dial-peer 1 selected, prefixes 9 > Outbound dial peer(destination-pattern 9.!) 10 matched, call sent to port 1.
2222 > Incoming dial-peer 2 selected, prefixes 8 > Outbound dial peer(destination-pattern 9.!) 20 matched, call sent to port 2.
Let us know if you need further help on this.
-Terry
Please rate all helpful posts
07-30-2015 05:28 PM
Will try that...can you please share a link from the cisco website which i can refer to?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide