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

How do I send my COMPANY NAME externally on CLID

CALLING LINE ID

How do I send my COMPANY NAME externally on CLID

by  911guru  Posted    (Edited  )
CS 1000 Release 5.00 introduced a new feature called CLID ITEM E, or Group Name.

The feature introduces the ability to send either the internal CPND private name or a Public group name for external E.164 calls. The feature supports all the ISDN interfaces that support the functionality of name display. All the privacy options available for the private name are supported for group names as well.

Group Names are programed in LD 95 under the new prompt ENTR which associates a spefic Group Name with an individual CLID table. Because od this a Group Name can be applied on a Key by Key basis.

CONFIGURATION STEPS:

1. Configure a CLID table in LD 15

Code:
>LD 15
CDB000 
MEM AVAIL: (U/P): 99056859    USED U P: 5099962 113000    TOT: 104269821 
DISK SPACE NEEDED: 140 KBYTES
REQ: CHG
TYPE: NET

TYPE NET_DATA
CUST 0
OPT 
AC2 
FNP 
CLID YES
  SIZE 
  INTL 
  ENTRY 25
    HNTN 212
    ESA_HLCL 555
    ESA_INHN YES
    ESA_APDN NO
    HLCL 555
    DIDN YES
    HLOC  
    LSC  
    CLASS_FMT 
    ENTRY 25 SAVED! 
  ENTRY ***
OVL000


2. Configure a Group Name in LD 95 associated with the CLID entry

Code:
>LD 95
CND000 
MEM AVAIL: (U/P): 99056844    USED U P: 5099962 113015    TOT: 104269821 
DISK SPACE NEEDED: 140 KBYTES
REQ  NEW
TYPE NAME
CUST 0
  CPND_LANG 
DIG  
DN   
ENTR 25
  NAME DUNDER MIFFLIN
  XPLN 
  DISPLAY_FMT 

MGMT001 DNB NEW DN: CUST:0  LANG:ROM
ENTR ***
OVL000

3. Configure a DN and CLID on a telephone set

Code:
REQ: CHG
TYPE: 2004P2
TN   96 0 0 8
ECHG YES
ITEM KEY 5 SCR 6118 [!]25[/!]
       MARP
       CPND NEW
         CPND_LANG 
         NAME MICHAEL SCOTT
         XPLN 
         DISPLAY_FMT 
       VMB 
     KEY 
ITEM 

MGMT001 TNB CHG TYPE:2004P2 TN:96 0 0 8


EXAMPLE OF DCH MESSAGE FOR CDP CALL:

Code:
DCH 100 OMSG SETUP    REF 00000184 CH 100 0 0 7 TOD  11:10:57 CK 164BDC00 

DISP:28 0E B1 [!]4D 49 43 48 41 45 4C 20 53 43 4F[/!] << Name sent is [!]MICHAEL SCOTT[/!] (in Hex)
           54 54 
CLNG:6C 06 69 80 [!]36 31 31 38[/!] <<<<<<<<<<<<<<<<<<<< CALL FROM DN [!]6118[/!] USING CLID 25
CLED:70 05 E9 [!]34 30 30 38[/!] <<<<<<<<<<<<<<<<<<<<<<< DN CDP CALL TO [!]4008[/!]


EXAMPLE OF DCH MESSAGE FOR E.164 CALL:

Code:
DCH 100 OMSG SETUP    REF 00000184 CH 100 0 0 7 TOD  11:11:11 CK 164C5405 

DISP:28 0F B1 [!]44 55 4E 44 45 52 20 4D 49 46 46[/!] >>> Name sent is [!]DUNDER MIFFLIN[/!] (In Hex)
           4C 49 4E 
CLNG:6C 0C 21 80 [!]32 31 32 35 35 35 36 31 31 38[/!] >>> CALL FROM [!]212-555-6118[/!] USING CLID 25
CLED:70 0B A1 [!]32 31 32 37 37 37 31 32 33 34[/!] >>>>>> E.164 CALL TO [!]212-777-1234[/!]
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top