cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
162
Views
0
Helpful
1
Replies

incoming call establish only if country code is used

cfajardo1_2
Level 1
Level 1

SETUP;

2801 WITH CME/CUE

With the below config;

- we are able to make outgoing calls

PROBLEMS;

- Incoming calls cannot be establish unless we use the prefix NNN which is the country code.

BELOW IS THE PARTIAL CONFIG RELEVANT ON THE PROBLEM;

voice translation-rule 1

rule 1 /^17517666/ /22/

rule 2 /^17517660/ /20/

rule 3 /^17517661/ /21/

!

voice translation-rule 2

rule 1 /^22$/ /NNN17517666/

rule 2 /^20$/ /NNN17517660/

rule 3 /^21$/ /NNN17517661/

!

!

voice translation-profile called

translate called 1

voice translation-profile calling

translate calling 2

interface BRI0/2/0

no ip address

shutdown

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn sending-complete

!

interface BRI0/2/1

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn sending-complete

!

dial-peer voice 112 pots

translation-profile incoming called

destination-pattern .T

direct-inward-dial

port 0/2/0

!

dial-peer voice 113 pots

translation-profile incoming called

destination-pattern .T

direct-inward-dial

port 0/2/1

1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

Where the translations are applied ?

Have you taken debug isdn q931 for a scussdul and unsuccesfull cal ?

Note, if you put the interfaces in trunk group, you will be able to use a single DP for both.