Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create a hunt group 4

Status
Not open for further replies.

ke123

Technical User
May 4, 2007
42
US
what are steps to create hunt group? on 818c to 4 phones....first one picks up and then if another call comes in, will ring next....
 
You could Multi-call ring it, unless you do not want it to ring on all four sets. With MCR, if answered, line is still freed up for the other 3, and so on.
 
how is that aconfigured? thx
 
anything else to have it ring on all phones? meaning....
a b c d phohnes.....a pickups, call should now ring on b c and d
 
also can this be ste up to go to vm if no one is available? if so, how? thx
 
Nothing special needed. If you wanted it to go to voice mail, I think you would have to marp it on key zero of another set programed to hunt/fdn VM. I used to keep one under a raised floor at one site.
 
You can also MARP it to a analog phone, so you don't have to have the physical phone anywhere. Alleviates the worry of the set disabling.
 
No just program the key as MCR and every phone that has the MCR key will ring. Make sure that the first phone you put it on is set up to go to VM. If A B C D rings and C is answered on the next call A B D will ring. If MARP is turned on the programming will follow the programming on the set with the MARP'd MCR Key. You can also make them non ringing by defining them as MCN.
 
To create Hunt Groups you need to use LD18 to store the extensions in the Group Hunt List and LD57, which assigns the Pilot DN to the Group Hunt List.

LD 18
REQ NEW
TYPE GHT
CUST 0
LSNO (Next List Number)
DNSZ (Directory Number Size)
SIZE (Size of list, How many entries)
STOR 00 XXXX (XXXX = Directory Number)
WRT (C/R)
STOR 01 XXXX (XXXX = Directory Number)


Continue with store entries until list completed.

Attaching a Pilot DN (PLDN) to the list number LD 57

REQ CHG
TYPE FFC
CUST 0
CODE PLDN
PLDN (Pilot Directory Number, which must be a unique number on the Meridian)
USE GPHT (Group Hunting)
LSNO List number created in LD 18)
HTYP (RRB=Round Robin, LIN = Linear)
CFWI (NO = Skip Extn if CFW Activated
YES = Terminate on Extn if CFW Activated)
MQUE (ALL = No limit on queued Calls
0 = No calls to be queued
1 = Maximum of 1 call queued)

In order to add or remove an extn number from a group hunt list you need to know the list number (LSNO)and the store entry number (STOR within the list. You will need to use this procedure if you get a SCH8825 message when changing a TN.
You can get this information by printing the Group Hunt Lists in overlay LD 20.
REQ PRT
TYPE GHT
LSNO (c/r for all the lists or enter the list no)
Check the print out to obtain the correct information.

The changes are made in LD 18.

REQ CHG
TYPE GHT
LSNO (enter the list number which requires changing this is the GHLN from the above print out)
SIZE (c/r)
WRT (c/r)
STOR enter the store number concerned then space then the extentsion (DN) number
STOR XX YYYY for example
WRT (c/r) Yes to update the list.
To remove an entry at the STOR prompt
STOR enter the store number, space(c/r)
STOR XX space bar
WRT (c/r)
Carriage return through to the REQ prompt.
 
i was wondering if someone was going to mention ld 18.. btw, if you take any nortel test, ld 18 is the only answer. we all know that we create short hunt in all the ways posted. there is never one way to do anything..the reason i perfer 18 is it is easy to track later.. insteaf of printing tn's forever to see what hunts where.. ld 20 prt hgt

john poole
bellsouth business
columbia,sc
 
gibblett - thanks!
sorry but I do have questions
LSNO (Next List Number) - where/how do i get this number? (is it a DN?)

DNSZ (Directory Number Size) - # of DNs in list? ex.4

SIZE (Size of list, How many entries) - difference between DNSZ?

STOR 00 XXXX (XXXX = Directory Number)
WRT (C/R) - what is WRT
 
LSNO can be more or less any number, mine start at 50 it's not a DN just a number used to id a list

DNSZ is the size of your DN's eg 2 digit or 3 digit or 4 digit .....

SIZE - is how many entries will there be in the hunt group ( if you build a group that has 5 users ) you can set it to 5 or more, 10 maybe to allow for additional members.



 
STOR this is where you enter your members DN's STOR 0 is first then you get STOR 01 up to the value of SIZE ....

Just C/R past WRT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top