cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
251
Views
4
Helpful
2
Replies

CCME problem

laposilaszlo
Level 1
Level 1

Hello,

My company has an E1 telephony line conected to a CCME(3845).

We have 99 phone numbers, from xyz00 to xyz99

When i call from the inside out from any extension, it always shows me the firs number on the outside phone(xyz00).

The provider told me that its a configuration problem on the CCME.

Here is the conf:

...

voice translation-rule 1

rule 1 /^03xyz\(8..\)/ /\1/

!

!

voice translation-profile VM

translate calling 1

translate called 1

translate redirect-called 1

!

controller E1 0/0/0

pri-group timeslots 1-31

!

interface Serial0/0/0:15

no ip address

encapsulation hdlc

isdn switch-type primary-net5

isdn incoming-voice voice

no cdp enable

!

voice-port 0/0/0:15

!

voice-port 0/1/0

!

voice-port 0/1/1

!

voice-port 0/1/2

!

voice-port 0/1/3

!

dial-peer cor custom

name RDS

name RTc

name Vodafone

name International

!

dial-peer cor list RDS

member RDS

!

dial-peer cor list RTc

member RTc

!

dial-peer cor list Vodafone

member Vodafone

!

dial-peer cor list International

member International

!

dial-peer cor list ResNoIntl

member RDS

member RTc

member Vodafone

!

dial-peer cor list ResRDSVodafOnly

member RDS

member Vodafone

!

dial-peer cor list Unrestict

member RDS

member RTc

member Vodafone

member International

!

dial-peer voice 1 pots

corlist incoming Unrestict

incoming called-number .

direct-inward-dial

!

dial-peer voice 12 pots

corlist outgoing RTc

destination-pattern 02........$

port 0/0/0:15

forward-digits all

!

dial-peer voice 13 pots

corlist outgoing RDS

destination-pattern 03........$

port 0/0/0:15

forward-digits all

!

dial-peer voice 14 pots

corlist outgoing Vodafone

destination-pattern 072.......$

port 0/0/0:15

forward-digits all

!

dial-peer voice 17 pots

corlist outgoing International

destination-pattern 00.T

port 0/0/0:15

forward-digits all

!

telephony-service

load 7910 P00403020214

load 7960-7940 P00305000301

max-ephones 100

max-dn 100 no-reg

ip source-address 10.47.128.9 port 2000

url services http://10.47.128.8/voiceview/common/login.do

url authentication http://10.47.128.8/voiceview/authentication/authenticate.do

time-zone 28

time-format 24

dialplan-pattern 1 03xyzvab.. extension-length 3

voicemail 888

max-conferences 12 gain -6

call-forward pattern .T

moh music-on-hold.au

dn-webedit

time-webedit

transfer-system full-consult

transfer-pattern .T

create cnf-files version-stamp 7960 Mar 27 2008 09:52:38

!

!

ephone-dn 1 dual-line

number 810 no-reg primary

call-forward busy 888

call-forward noan 888 timeout 30

corlist incoming Unrestict

!

!

ephone-dn 2 dual-line

number 811 no-reg primary

call-forward busy 888

call-forward noan 888 timeout 30

corlist incoming Unrestict

!

ephone 1

no multicast-moh

mac-address 001B.2AC7.4FC8

username "user810" password cisco

type 7941

button 1:1

!

ephone 2

no multicast-moh

mac-address 001B.5484.96CD

username "user811" password null

type 7911

button 1:2

Why doesen't the CCME send all the extension numbers to the provider?

Thank you,

Laszlo

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

When you use dialplan-pattern, that changes the numbers sent and received to PSTN>

I recommend to not use it, and use translation-profile and rule instead.

buchholr
Level 1
Level 1

I don't see anything in your config that would cause the CCME to overwrite the Caller ID. I recommend you do a "debug isdn q931" and capture the output when making a call from different extensions. It is common for carriers to overwrite caller id with the billing number. And, in true carrier fashion, they will always say it is in your system first, before checking theirs.

The output from the debug will show the information that the router is handing out the isdn data link. I suspect that you are sending the correct digits, but they are overwriting them.

Hope this helps,

Rob