cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1155
Views
8
Helpful
10
Replies

Block Local Call

kingofshadows86
Level 1
Level 1

Hi,

Can I block extensions (11xx) calling extensions (22xx) on one CME, is that possible?

regards

1 Accepted Solution

Accepted Solutions

Hi,

I tried the following config in my lab and it works perfectly fine. Try this:

voice translation-rule 12
rule 2 /^22../ //

voice translation-profile block
translate called 12

ephone-dn  2  dual-line
number 1111
translation-profile incoming block

Now extension 1111 will not be able to dial nos. in range 22XX

Do the similar config for 22XX phones.

HTH

Regards

Nitesh

PS: Pl rate helpful posts

View solution in original post

10 Replies 10

paolo bevilacqua
Hall of Fame
Hall of Fame

Yes, use COR, or blocking pattern in ephone-template, or voice translation-rule.

nitsinha
Level 4
Level 4

Hi,

You can use COR lists to achieve your end result. Refer the following doc for more help

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

A more easier method would be to use translation profiles as shown below:-

1) Create a voice translation rule to block the called numbers namely 22XX

     voice translation-rule 1

        rule 1 reject /^22../

2) Create a voice translation profile and add this rule there

      voice translation-profile profile1

        translate called 1

3) Apply this profile to the outbound dial-peer to block the calls

      dial-peer voice 2200 pots

         destination pattern 22..

         translation-profile outgoing profile1

For further help pl refer the following doc on translation rules

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml

Make the relevant changes and check the result.

HTH

Regards

Nitesh Sinha

P.S:- Please rate helpful posts.

thank you for reply.

if I have all extensions in range (1100-1199) and (2200-2299) and participate one operator, are they blocked from calling each other and participate in one operator?

Hi,

Can you make your question clearer? I think you have some kind of operator in one of the ranges and want the users to be able to dial the operator only and not vice versa. Is it true? Pl describe your problem clearly.

Regards

Nitesh Sinha

both ranges have same one operator, both ranges they cannot reach each other directly each one working separately, but they can reach each other through operator.

let`s say the operator has extension 3333 and (A users) have extensions between ranges (1100-1199) and (B users) have extensions between ranges (2200-2299), the A users cannot reach B users directly, if A users need to reach to B users they have to call the operator then the operator will transfer the calls to any extensions they need.

I hope this will be helpful.

regards.

Hi kingofshadows86,

You can do the following:-

1) When users in range 1100-1199 dial nos. in range 2200-2299, transform the called nos. to a number which is not being used in your dial-plan, say 5555 so that this transformed number will not ring any phone.

2) Similarly when users in range 2200-2299 dial nos. in range 1100-1199, transform these called nos. to a number which is not being used in your  dial-plan, say 5555 again, so that this transformed no. will not ring any  phone.

3) When users in both the range dial the operator, don't transform the called number. Let it go through and ring the operator's phone so that he can transfer the number.

HTH

Regards

Nitesh

PS: Pl rate helpful posts.

Hi,

Could you be more clearer above! How exactly?

I have tried all this below and no one is work, still the phone is ring

voice translation-rule 1

rule 1 reject /2222/

!

!

voice translation-profile REJECT

translate calling 1

Then applied on the ephone

ephone-dn  1  dual-line

number 1111

translate calling 1

translation-profile incoming REJECT


and the other tried is

dial-peer cor list internalcalls

member internal

!

!

dial-peer voice 1 pots

corlist incoming internalcalls

call-block disconnect-cause incoming call-reject

destination-pattern 11..

!

Then applied on the ephone

ephone-dn  2  dual-line

number 2222

corlist incoming internalcalls

!

any suggestion please

regards

Hi,

Try this.

voice translation-rule 1

rule 1 reject /22../

Then apply it on the ephone

ephone-dn  1  dual-line

number 1111

translate called 1

Now phone 1111 should not be able to dial any phones in range 22XX.

Do the similar config for phones in range 22XX also.

Do post you results.

HTH

Regards

Nitesh

PS: Pl rate helpful posts.

Hi,

Thank you for reply.

I tried it, but nothing the Ext.1111 still can dial 22xx.

another suggestion.

regards

Hi,

I tried the following config in my lab and it works perfectly fine. Try this:

voice translation-rule 12
rule 2 /^22../ //

voice translation-profile block
translate called 12

ephone-dn  2  dual-line
number 1111
translation-profile incoming block

Now extension 1111 will not be able to dial nos. in range 22XX

Do the similar config for 22XX phones.

HTH

Regards

Nitesh

PS: Pl rate helpful posts