cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
5
Helpful
5
Replies

United Kingdom BRI / BT issue with incoming numbers

davieshuw
Level 1
Level 1

Hi all. When I do a debug isdn q931 on my CME UC520, the incoming number has the leading zero chopped off.

Can somebody else tell me if this is normal?

Thanks

1 Accepted Solution

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

It's like that in a lot of countries. And you should see the international ones coming in without the zeros. So all you need is a simple rule to add them, and to make redial easy.

voice translation-rule 300

rule 1 // /0/ type national national

rule 2 // /00/ type international international

voice translation-profile addzero

translate calling 300

And apply the translation under interface or trunkgroup if using moret han one interface.

Note this assumes you dial-out without any prefix digit, add it if you need.

Hope this helps, please rate post if it does!

View solution in original post

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

It's like that in a lot of countries. And you should see the international ones coming in without the zeros. So all you need is a simple rule to add them, and to make redial easy.

voice translation-rule 300

rule 1 // /0/ type national national

rule 2 // /00/ type international international

voice translation-profile addzero

translate calling 300

And apply the translation under interface or trunkgroup if using moret han one interface.

Note this assumes you dial-out without any prefix digit, add it if you need.

Hope this helps, please rate post if it does!

And just one more question.. I already have a translation profile on voice port 0/1/0 that deals with my DDI numbers. Ive noticed I can only have one translation profile there. Therefore shall i add those rules 1 and to to my exsisting profile, eg make them rules 3 and 4 of my existing translation profile?

There is no conflict. The translation-profile for DID is configured for called number translation, the one to add zeros is calling number. Two entries under same voice translation-profile.

Thanks for the nice rating and good luck!

Hi again. Ive added the following:

oice translation-rule 1

rule 1 /447/ //

rule 2 /487/ //

!

voice translation-rule 2 <-- new addition

rule 1 // /0/ type national national

!

!

voice translation-profile ADDZERO <--- new addition

translate calling 2

!

voice translation-profile INCOMINGDDI

translate called 1

Now. On my voice port 0/1/0 I have the following:

voice-port 0/1/0

translation-profile incoming INCOMINGDDI

compand-type a-law

cptone GB

I cant set up the translation profile on this port because when i add the new translation profile, it over writes my INCOMINGDDI .

Sorry i was being an idiot. I've added the following as suggested and it works:

translate calling 2 to my INCOMINGDDI profile and it works .... (its too early in the morning for me!)