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

ONE DID to hunt group

hotrot_net
Level 1
Level 1

I've got a UC520 with 4 line ISDN inward only one number on all the lines. I want a hunt group 5001 to ring when one of the BRI is called.

Can someone help me out

4 Replies 4

pcameron
Cisco Employee
Cisco Employee

If you want to assign one of your DID's for the hunt group, you can do the following:

Assuming you have the following DID range on the BRI services -

BRI 1 - 555101X

BRI 2 - 555102X

You use internal extensions in the range 10XX and you want the number 5551029 to ring direct to you hunt group 5001.

!

voice translation-rule 567

rule 1 /^5551029/ /5001/

rule 2 /^55510\(..\)/ /10\1/

!

(this will translate numbers in the range 5551000 - 5551028 to 1000 - 1028, and 5551029 will be translate to 5001)

!

voice translation-profile Hunt_Group

translate called 567

!

!

voice-port 0/0/0

description - BRI 1

compand-type a-law

cptone AU

translation-profile incoming Hunt_Group

!

voice-port 0/1/0

description - BRI 1

compand-type a-law

cptone AU

translation-profile incoming Hunt_Group

!

The problem is that I only have 1 DID namely

493440075 thats the only DID i have got I want that to ring on hunt group 5001

Greetings Andy

Providing the telco sends all the digits in the setup message, make the translation rule like this -

!

voice translation-rule 567

rule 1 /^493440075/ /5001/

Otherwise run debug ISDN q931 and look at whatever the called number is in the setup message. Change the number in the voice translation rule to suit.

I think this will do the trick.

Thanx very much