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

Route Pattern Examples for CUCM in Japan?

voip7372
Level 4
Level 4

Does anyone have some examples of route patterns for dialing in Japan (for CUCM located inside Japan of course)?  Or could you look at my examples and see if they're correct, assuming the person replying here has experience with CUCM installed in Japan :-)  

Also please have a look at my 4331 router config related to an ISDN PRI T1 and let me know if that looks ok too.  I think in every case the isdn switch-type will always be primary-ntt in Japan?

 

Here's the background.  I need specific enough translation/route patterns in CUCM for the outside dialing because I'm going to convert any call dialed as international or national into a +E164 format number and check for an internal directory number and if no internal DN exists, I'm going to convert it back into what the user dialed originally and send the call to the PSTN.  So, I need my translation and route patterns to be specific enough to make that work, but not so specific that I have 40 entries ;-)

 

Here are the samples I came up with.  See below.  This is based on what I see in our existing Avaya PBX and what I learned from Wikipedia about dialing inside Japan.  The ITU document I found wasn't all that helpful to me.

 

Patterns for CUCM - Dialing from inside Japan to various number types:

International:
9010.[1-9]!
9-010-1-513-721-1700 - Example call to USA number
 
International with carrier code dialed:
900[1-9][1-9].!
9-0033-1-513-721-1700 - Example call to USA number
 
National:
90[1-9][1-9].!
9-0-22-384-0011 - Example
90[2-9]0.!
9-080-1334-1234 - Example
 
Local:
9.[2-9]!
9-5354-1234 - Example
 
Special service (police, etc):
91XX
9-110 - Example

 

And here's my ISDN PRI T1 config for the router:

network-clock synchronization automatic

 

isdn switch-type primary-ntt

 

controller T1 0/1/0
description ISDN-PRI-1
framing ESF
linecode B8ZS
pri-group timeslots 1-24

 

network-clock input-source 1 controller T1 0/1/0

 

interface Serial0/1/0:23
description D CHANNEL FOR ISDN-PRI-1
no ip address
encapsulation hdlc
shut
isdn switch-type primary-ntt
isdn incoming-voice voice
no cdp enable
no shut

3 Replies 3

Manish Gogna
Cisco Employee
Cisco Employee

Hi,

You may find this useful

https://lists.gt.net/cisco/voip/156734

 

Manish

- Do rate helpful posts -

Thanks, I'll take a look...

voip7372
Level 4
Level 4

Anyone have any feedback on the router config I posted for the ISDN T1?   Look ok?