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

Avoid that calls to internal numbers go through gateway

Alf Martinsen
Level 1
Level 1

Hi

How do i enable it so that if an internal user at DN 1234, want to call 2345, but are entering the full 0 + 8 digit dial string, does not go through the GW.

( we are using 4 digit for internal calls, 8 for external + 0 )

Some of the internal users are entering the full dial string, as if they where to call local extension.

I want the Translation Pattern ( i think ), to be set up so that if an internal caller, want to dial another internal user, and he is entering 0 + 8 digit, then my CUCM should strip some digits of, and see that this is meant to be an call from internal to internal users.

I know that this should be possible. We are using 4 CSS. Int, Norm, Foreign and All.

Any advice here.

/alf

1 Accepted Solution

Accepted Solutions

James Hawkins
Level 8
Level 8

You are correct that you need to use translation patterns.

Create a new translation pattern in the same partition as your phone directory numbers.

For each DID range that you have enter the full number that a user would dial to reach the phones including the 8 access code and XXXX for the last four digits.

Assign a Calling Search space that allows the translation pattern access to the partition containing the phone directory numbers.

Enter XXXX as the Called Party Transformation Mask

The image below shows a translation pattern configured on CUCM 7 configured as described above - CCM4 should be similar.

View solution in original post

3 Replies 3

James Hawkins
Level 8
Level 8

You are correct that you need to use translation patterns.

Create a new translation pattern in the same partition as your phone directory numbers.

For each DID range that you have enter the full number that a user would dial to reach the phones including the 8 access code and XXXX for the last four digits.

Assign a Calling Search space that allows the translation pattern access to the partition containing the phone directory numbers.

Enter XXXX as the Called Party Transformation Mask

The image below shows a translation pattern configured on CUCM 7 configured as described above - CCM4 should be similar.

Hi

Thanks, that seems to be working quite well. Have not run a full test, but tested with my Communicator, but it looks OK.

DNA shows this, and i am reading that to be OK. OR?

  • Results  Summary
    • Calling Party Information
    • Dialed Digits = 088881234
    • Match Result = RouteThisPattern
    • Called Party Number = 1234
    • Time Zone = W. Europe Standard/Daylight  Time
    • Outside Dial Tone = NO
  • Call Flow
    • TranslationPattern :Pattern= 08888XXXX 
      • Positional Match List = 1234
      • Calling Party Number = 4321
      • PreTransform Calling Party  Number = 4321
      • PreTransform Called Party  Number = 088881234
      • Calling Party Transformations
        • External Phone Number  Mask = NO
        • Calling Party Mask =
        • Prefix =
        • CallingLineId  Presentation = Default
        • CallingName Presentation =  Default
        • Calling Party Number = 1234
      • ConnectedParty Transformations
        • ConnectedLineId  Presentation = Default
        • ConnectedName  Presentation = Default
      • Called Party Transformations
        • Called Party Mask = XXXX
        • Discard Digits  Instruction = None
        • Prefix =
        • Called Number = 1234

Regards

/alf

Hi Alf,

It looks ok to me.

Thanks for the nice rating

James