cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
4
Replies

T1 to VOIP on a 3825 - newbie

sdaniels44
Level 1
Level 1

I am unable to get a call to come inbound from a T1 on a 3825, and rout it outbound via 711 to an IP address. Please see my config.

card type t1 0 2

card type t1 0 3

network-clock-participate wic 2

network-clock-participate wic 3

trunk group 1

translation-profile incoming profile1

translation-profile outgoing profile1

voice translation-rule 1

rule 1 // // type any national plan any isdn

!

!

voice translation-profile profile1

translate calling 1

translate called 1

controller T1 0/2/0

framing esf

linecode b8zs

ds0-group 0 timeslots 1-24 type e&m-wink-start dtmf dnis

cas-custom 0

trunk-group 1 timeslots 1-24

description Concerto Tie #1

!

controller T1 0/2/1

framing esf

linecode b8zs

ds0-group 0 timeslots 1-24 type e&m-wink-start dtmf dnis

cas-custom 0

trunk-group 1 timeslots 1-24

description Concerto Tie #2

!

controller T1 0/3/0

framing esf

linecode b8zs

ds0-group 0 timeslots 1-24 type e&m-wink-start dtmf dnis

cas-custom 0

trunk-group 1 timeslots 1-24

description Concerto Tie #3

!

controller T1 0/3/1

framing esf

linecode b8zs

ds0-group 0 timeslots 1-24 type e&m-wink-start dtmf dnis

cas-custom 0

trunk-group 1 timeslots 1-24

description Concerto Tie #4

!

voice-port 0/2/0:0

!

voice-port 0/3/0:0

!

voice-port 0/2/1:0

!

voice-port 0/3/1:0

dial-peer voice 101 voip

description IC Server #1

preference 1

service session

destination-pattern ....

session protocol sipv2

session target ipv4:10.2.1.13

dtmf-relay rtp-nte

codec g711ulaw

no vad

the call coming in should have a dnis of 3599

If I do a debug voice dialpeer inout and initiate a call I can see the call come in but this is what I see:

Result=NO_MATCH(-1) After All Match Rules Attempt

can someone shove me in the right direction? Thanks.

1 Accepted Solution

Accepted Solutions

kking2008
Level 1
Level 1

looks like you need an INCOMING dial peer to match. Try this:

dial-peer voice 1 pots

description Default Incoming Dial Peer

incoming called-number .

direct-inward-dial

View solution in original post

4 Replies 4

kking2008
Level 1
Level 1

looks like you need an INCOMING dial peer to match. Try this:

dial-peer voice 1 pots

description Default Incoming Dial Peer

incoming called-number .

direct-inward-dial

This worked. Thanks for the help. If you have time to explain why this worked I'd appreciate it.

A great book for you is the Cisco Press - Cisco Voice Gateways and Gatekeepers. I highly recommend it. Basically in the gateway you have to have both an incoming dial-peer and an outgoing dial-peer that match the Protocol, codec, dtmf, patterns, etc that you are using. The incoming dial-peer accepts the call into the gateway, the outbound Dial-peer directs the call to a destination. There is a lot to cover here, but incoming and outgoing do not have to be the same protocol, dtmf, etc, and this is known as a SBC if its IP to IP. If its Pots to IP, its just a simple voice gateway. The one thing to remember (and what I should have started with) is that there is a hidden dial-peer 0 on every voice router that can serve as your incoming dial-peer sometimes, but in the case of T1s/PRI's it won't answer correctly, so its best to create your own and set it up to answer all incoming calls ( . means all matches). Good luck with it and welcome to IP telephony.

Exactly what I was looking for. Thanks for the info. All the telephony books I have picked up revolve around call manager. unfortunately we went with a competitor, so not much of it applies. Ill be picking that book up shortly.

Thanks again.