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

don't see a CLID line in LD 21, PRT NET 1

Status
Not open for further replies.

oceannative

Programmer
Oct 7, 2005
92
US
Hi all,

Been reading all the posts on add/changing/printing CLID entries and have printed both my NET and CLID in LD 21.

When looking at NET_DATA, I have the following:

Code:
TYPE NET_DATA
CUST 00
OPT RTD
AC2
FNP YES
ISDN YES
  PNI 1
  PINX_DN
  MBG 0
  BSGC NNNNN (there are actual numbers in here)
  PFX1
  PFX2
  HLOC
  LSC
  RCNT 5
  PSTN NO
  TNDM 15
  PCMC 15
  SATD 1
  OCLI NO
TRNX YES
EXTT YES
FTOP FTLY
VNR NO
NIT 8
FOPT 14

I don't see an entry for CLID YES/NO... does this mean that we don't have it turned on? Right now, when someone calls out, we get the trunk ID on caller ID. For some reason, this company had a security issue of some sort several years ago and they turned off the DID caller ID (can't imagine what that would be?).

Anyway, here's the CLID entries (N being a number):

Code:
TYPE: CLID
CUST 0
SIZE 256
RNGE

INTL NNN (our area code)

ENTRY 0
 HNTN NNN (our area code)
 ESA_HLCL
 ESA_INHN NO
 ESA_APDN YES
 HLCL NNNNNNN (our main number)
 DIDN NO
 HLOC
 LSC
 CLASS_FMT DN

ENTRY 1
 HNTN
 ESA_HLCL
 ESA_INHN NO
 ESA_APDN NO
 HLCL 
 DIDN NO
 HLOC
 LSC
 CLASS_FMT DN

I'm not sure why entry 1 was set up, but it looks like it's not being used.

In the end, if it's on, then I want to set up an ENTRY to be used for DID numbers... would it look like this?

HNTN NNN (our area code)
ESA_HLCL
ESA_INHN NO
ESA_APDN YES
HLCL NNN (our prefix)
DIDN YES
HLOC
LSC
CLASS_FMT DN

Thanks in advance!
oceannative


 
Code:
TYPE NET_DATA
CUST 0


TYPE NET_DATA
CUST 00
OPT RTD
AC1 INTL NPA SPN NXX LOC
AC2
FNP YES
ISDN YES
  VPNI 0
  PNI 1
  PINX_DN
  MBG 0
  BSGC 65535
  PFX1
  PFX2
  HLOC
  LSC
  RCNT 5
  PSTN NO
  TNDM 15
  PCMC 15
  SATD 1
  OCLI NO
DITI NO
TRNX NO
EXTT NO
FTOP FRES
VNR NO
NIT 8
NAS_ATCL NO
NAS_ACTV NO
FOPT 14
CNTC
NATC
INTC

here's my net table, my clid does work.. clid is outbound, so ld 96 check msgi msgo x on your d.. that will tell you if your sending clid and if your getting clid.. if your getting clid and not seeing it on the phone, look at your rcap.. if your sending but it's not getting to the far end, check with your provider, they have to look at that field.

john poole
bellsouth business
columbia,sc
 
Thanks John,

Looks like it is going out, so the next question is looking at setting up another entry for when we DO want the caller ID to be the DID. Would this be correct (same as on my previous entry)?

HNTN NNN (our area code)
ESA_HLCL
ESA_INHN NO
ESA_APDN YES
HLCL NNN (our prefix)
DIDN YES
HLOC
LSC
CLASS_FMT DN
 
here's my setup for displaying did
Code:
ENTRY 5
  HNTN 803
  ESA_HLCL
  ESA_INHN NO
  ESA_APDN YES
  HLCL 434
  DIDN YES
  HLOC
  LSC
  CLASS_FMT DN

works, fyi

key 0 1234 5
key 1 2345 d

key 1 on that set would show the did on key 0.. used if you have non did as a hunt.. we have 10,000 did's so i use mcr for the second line when possible. i hate to waste numbers and we are just about out.. people gave numbers out like candy for a decade and now we have 200 or so left...

john poole
bellsouth business
columbia,sc
 
Just set mine up and it works like a charm (except at my house!) Apparently, my CO doesn't use the Caller ID that is sent. Oh well, at least I know it's working.

Oh, and John, thanks for the tip on the rollover... I should have remembered that, but needless to say, it's been a while. If our DID is 5000 range, we use 6000 or something for the rollover, but one of the last companies I worked for was running into that problem as well. Never thought to use MCR - doesn't that cause conflicts on the other phones?

oceannative
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top