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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hunt Group how to 2

Status
Not open for further replies.

msalomon

Programmer
Dec 13, 2003
26
DK
Hi

I want to make a hunt group and made the following:

>ld 20
REQ: prt
TYPE: ght
LSNO 6
SIZE 6
RNGE
GHLN 0006
GHT
PLDN
DNSZ 8

STOR 0 3004
STOR 1 3000
STOR 2 3001
STOR 3 3007
STOR 4 3019
STOR 5 50

How can I define that when users dial 3040 they should hit this hunt group.

Thank you in advance,

Morten
 


LD 57
chg
type=ffc
code=pldn
pldn=3040
use=gpht
lsno=6 (your group hunt number)
htyp=lin or rrb (linear always hunt to store 0 first then 1 etc or round robin..first call to 0..next to 1, then 2 etc)
cfwi=yes/no (does extension forwarding have preference over hunt forwarding)

3040 must be a spare dn
 
Hi HUGWideBoy

Thank you for your very fast reply.

I actually did the LD 57, but I don't have an extension 3040 and no spare DN. Can I make a Phantom DN?

Thanks,

Morten
 
msalomon,

You need a spare DN for this to work, you said you wanted people to ring 3040 and then this forward to the hunt group...so 3040 must be a spare DN right. Once created 3040 isn't a extension but a Flexible Feature code.

I've gone through the process...so this is the meridian log

ld 20
REQ: prt
TYPE: ludn
CUST 0
DN 266

CUSTOMER 00 - UNUSED DNS:
2666

REQ: end
>ld 57
REQ chg
TYPE ffc
CUST 0
FFCT
CODE pldn
PLDN 2666
USE gpht
LSNO 51
HTYP rrb
CFWI no
MQUE all
PLDN
CODE
****
>ld 20

REQ: prt
TYPE: dn
TYPE DNB
CUST
DN 2666
DATE
PAGE
DES

CUST 00

DN 2666
TYPE FFC
FEAT PLDN


Hope this Helps

WideBoy
 
Hi WideBoy

It's still not working for me, but now I know what you mean by spare dn (Sorry, i'm a newbie). When I print LUDN 30 in LD 20 it gives me:

CUSTOMER 00 - UNUSED DNS:
3011 3012 3013 3014 3016 3017 3022 3033 3034 3035
3036 3037 3038 3039 304 305 306 307 308 309

This should mean that all 304x is available?

Here is the log from LD 57:

>ld 57

FFC000
MEM AVAIL: (U/P): 559423 USED: 440000 TOT: 999423
DISK RECS AVAIL: 2584

REQ chg
TYPE ffc
CUST 0
FFCT
CODE pldn
PLDN 3040
USE gpht
DTC001
LSNO 6
HTYP lin
CFWI no
MQUE all
PLDN
CODE ****

OVL000
 
That looks fine mate, only thing that it looks like your doing is the **** at the 2nd code prompt
"PLDN
CODE ****"

That would I believe cancel the whole command

press return to the second code prompt and you will get something like this
MQUE
PLDN
CODE

MEM AVAIL: (U/P): 766869 USED U P: 540712 68674 TOT: 1376255
DISK RECS AVAIL: 405
REQ

then go to LD 20 and print 3040...is should now be an FFC

And know what It's like to be a newbie mate...only been doing this for 6 months my self
 
It worked :) Thank you very much. Now I just have one problem:

In order not to have FFC 3040 ringing and ringing I tried to give the
first 3 DNs (2616) a MSB key. This is working fine on the first DN
(which I did not need program) but on the last 2 MSB does not work. Do I
need to change a CLS on the last 2 for MSB to work?

Also the last 2 DNs have a analog TN (Ericsson FreeSet) with same DN. Is
that a problem?

Thank you,

Morten
 
Analog sets must activate make set busy using a FFC code - MSBA to activate and MSBD to deactivate

Make sure youo have codes assigned for this in LD 57
 
If you use MSB, the set won't be able to receive any calls. As long as the DN is on the prime key, (0) or is an analogue, you could use a GHD key, that way you will only stop Group Hunt calls. For the analogues, you would need to set up the GHTA & GHTD codes in LD57
 
Hi

I gave my digital sets a GHD key and it works fine. Thank you.
My next problem is that calls stay at my first analog set, but only if it is unanwsered. I would like to hunt the next number in the group if the call is unanwsered. Do I need to set HUNT?

Here is a print of the TN:

DES SCANDI
TN 013 0 09 04
TYPE 500
CDEN DD
CUST 0
DN 3007 0 MARP
CPND
CPND_LANG ROMAN
NAME SNEDKER
XPLN 27
DISPLAY_FMT FIRST,LAST
AST NO
IAPG 0
HUNT
TGAR 1
LDN NO
NCOS 1
SGRP 0
RNPG 0
LNRS 16
XLST
SCI 0
SCPW
SFLT NO
CAC 0
CLS TLD DTN FBD XFD WTA THFD FND HTD ONS
LPR XRA CWD SWD MWA LPD XHA CCSD LNA TVD
CFTD SFD MRD C6D CNID CLBD AUTU
ICDD CDMD EHTD MCTD
GPUA DPUA CFXA ARHA OVDD AGTD CLTD LDTD ASCD
TSA MBXD CPFA CPTA UDI RCC HBTD IRGD IAMD DDGA NAMA MIND
NRWD NRCD NROD SPKD CRD PRSD MCRA
EXR0 SHL ABDD CFHD
CWND USRD BNRD OCBD RTDD FAXD PGND
RCO 0
PLEV 02
AACS NO
MLWU_LANG 0
FTR CFW 4
FTR ICF 4
DATE 19 JUN 2001
 
You can do this by assigning the Pilot DN in the FDN setting. This would mean that DN calls would also FNA to the hunt group, so I don't know if that's useful
 
Thank you, but if possible I would like this to apply to hunt calls only.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top