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

CCME config - best practice needed

asarkany
Level 1
Level 1

Hi,

We are installing a CCME (1760-V with a VIC-2BRI-NT/TE). We are hitting the issues, that when we make calls from mobile phones,we can see the DID extension and the call is routed,but when we make calls from some ISDN or analog numbers, DID is not working.

Our config:

interface BRI0/0

description PSTN (1)

no ip address

isdn switch-type basic-net3

isdn overlap-receiving T302 5000

isdn incoming-voice voice

isdn send-alerting

isdn sending-complete

isdn static-tei 0

!

interface BRI0/1

description PSTN (2)

no ip address

isdn switch-type basic-net3

isdn overlap-receiving T302 5000

isdn incoming-voice voice

isdn send-alerting

isdn sending-complete

isdn static-tei 0

!

voice-port 0/0

translate calling 4

translate called 10

echo-cancel coverage 32

compand-type a-law

cptone AT

timeouts interdigit 5

timeouts wait-release infinity

description PSTN (1)

!

voice-port 0/1

translate calling 4

translate called 10

echo-cancel coverage 32

compand-type a-law

cptone AT

timeouts interdigit 5

timeouts wait-release infinity

description PSTN (2)

!

dial-peer voice 100 pots

destination-pattern 0T

direct-inward-dial

port 0/0

forward-digits all

!

dial-peer voice 101 pots

destination-pattern 0T

direct-inward-dial

port 0/1

forward-digits all

!

Any best practice configs.

many thanks in advance

August

3 Replies 3

patsbc
Level 1
Level 1

August,

Please post your translations and CME configuration as well so we can reference that to help you out. Your dial-peer and BRI configuration looks OK.

Pat

Hi thanks for your reply:

we found out in several debugs that our translation rule overrules the overlap receiving:

We have two config examples to this, but both have to be inserted on the voice-port

voice translation-rule 1

rule 1 /^0.*/ /10/

rule 2 /^$/ /10/

!

!

voice translation-profile incoming

translate called 1

!

!

translation-rule 10

Rule 1 null 10

Rule 2 ^0.% 10

How could we achieve that if somebody is dialing no extension or 0 that the call is routed to the attendant place (extension 10)

This won´t work without translation rule.

Any other suggestions to do this?

Many thanks

August

example with “251” for the city “13373” PSTN extension “20-29”

call “0” for getting to PSTN

voice translation-rule 1

rule 1 /^\(.*\)/ /0\1/ type subscriber unknown plan any unknown

rule 2 /^\(.*\)/ /00\1/ type national unknown plan any unknown

rule 3 /^\(.*\)/ /000\1/ type international unknown plan any unknown

!

!

voice translation-rule 2

rule 1 /^13373\(.*\)/ /\1/

!

!

voice translation-rule 3

rule 1 /^000\(.*\)/ /00\1/

rule 2 /^00\(.*\)/ /0\1/

rule 3 /^0\(.*\)/ /\1/

!

!

voice translation-rule 4

rule 1 /^2\(.*\)/ /251133732\1/ type unknown national plan unknown isdn

rule 2 /^00\(.*\)/ /\1/ type unknown national plan unknown isdn

!

!

voice translation-profile incoming_pots

translate calling 1

translate called 2

!

voice translation-profile outgoing_pots

translate calling 4

translate called 3

!

!

dial-peer voice 1 pots

translation-profile outgoing outgoing_pots

destination-pattern 0T

progress_ind setup enable 3

progress_ind alert enable 8

direct-inward-dial

forward-digits all

port 1/0/0

!

!

dial-peer voice 2 pots

translation-profile incoming incoming_pots

incoming called-number 13373

direct-inward-dial