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

Why my dial-peers do not work. CUCM 7.1.3

I have some dial peers, one for local calls, one for national calls, and another one for international calls, I want local calls to go out by 0/0/1:0 port,

and National/international by 1/0/0:0

here are the dial peers.

dial-peer voice 1000 pots

destination-pattern 09........

direct-inward-dial

port 0/0/1:0

no register e164

dial-peer voice 1003 pots

destination-pattern 0901T

port 1/0/0:0

prefix 01

dial-peer voice 1004 pots

destination-pattern 0900T

port 1/0/0:0

prefix 00

but everytime o run the command "show dialplan num" I got this,!!!

show dialplan num 090014542345647          

Macro Exp.: 090014542345647

VoiceEncapPeer1000

        peer type = voice, system default peer = FALSE, information type = voice,

        description = `',

        tag = 1000, destination-pattern = `09........',

        voice reg type = 0, corresponding tag = 0,

        allow watch = FALSE

        answer-address = `', preference=0,

        CLID Restriction = None

        CLID Network Number = `'

        CLID Second Number sent

        CLID Override RDNIS = disabled,

show dialplan num 09014448110711

Macro Exp.: 09014448110711

VoiceEncapPeer1000

        peer type = voice, system default peer = FALSE, information type = voice,

        description = `',

        tag = 1000, destination-pattern = `09........',

        voice reg type = 0, corresponding tag = 0,

        allow watch = FALSE

        answer-address = `', preference=0,

        CLID Restriction = None

        CLID Network Number = `'

        CLID Second Number sent

        CLID Override RDNIS = disabled,

        rtp-ssrc mux = system

        source carrier-id = `', target carrier-id = `',

        source trunk-group-label = `',  target trunk-group-label = `',

        numbering Type = `unknown'

        group = 1000, Admin state is up, Operation state is up,

        Outbound state is up,

----> Everycall is going out by the Dial peer 1000 <----

I've tried using this dial peer instead   "destination-pattern 09........"


dial-peer voice 1000 pots

      destination-pattern 09T

      direct-inward-dial

      port 0/0/1:0

      no register e164

And got this!!!!!

     show dialplan num 090013334444444

     Macro Exp.: 090013334444444

     No match, result=1

Even having the destination-pattern 0900T

Could you please help me to improve this? Y' this do not work as intended?

INFORMATION

#####################################################################

IOS: Version 12.4(24)T4

Router Model: Cisco 3845 (revision 1.0)

Regards.!

1 Accepted Solution

Accepted Solutions

try to change Dial peer 1000 to

dial-peer voice 1000 pots

destination-pattern 09........$

have you checked that the port 1/0/0:0 is up ?

also try to use this pattren ! not sure if this is the issue but just give it a go

dial-peer voice 1003 pots

destination-pattern 0901.T

port 1/0/0:0

prefix 01

View solution in original post

3 Replies 3

I forgot, every Dial-Peer has the command "no register e164"

Like this!

dial-peer voice 1003 pots

destination-pattern 0901T

port 1/0/0:0

prefix 01

no register e164

thanks

try to change Dial peer 1000 to

dial-peer voice 1000 pots

destination-pattern 09........$

have you checked that the port 1/0/0:0 is up ?

also try to use this pattren ! not sure if this is the issue but just give it a go

dial-peer voice 1003 pots

destination-pattern 0901.T

port 1/0/0:0

prefix 01