Options

Dial Peer Configuration

waruwaru Member Posts: 41 ■■□□□□□□□□
Hi Guys,

I am going through the config on a gateway that was configured by a 3rd party and have noticed a few things that are done differently to what Ive seen previously. Looking at the dial-peers below can somebody explain to me why no port needs to be referenced at the end? Normally I would expect to see something like port 0/0/0:15

Heres the config:

dial-peer voice 1 pots
description ### OUTGOING CALLS TO THE PSTN ###
translation-profile outgoing OutBound
destination-pattern 9T
progress_ind alert enable 8
direct-inward-dial
!
dial-peer voice 2 pots
description ### INCOMING CALLS FROM THE PSTN ###
incoming called-number .T
no digit-strip
direct-inward-dial

Cheers
Waru

Comments

  • Options
    mysql1988mysql1988 Member Posts: 115
    the first dial-peer is attached to the translation rule. You might want to find out what the translation rule says


    the second dial-peer is used to match the DNIS and when you use the "direct-inward-dial" adding the port to the dial-peer is optional because the router will know where the number came from, it has the configuration on there to match it
  • Options
    waruwaru Member Posts: 41 ■■□□□□□□□□
    Ahh ok! Thanks!
Sign In or Register to comment.