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

Hipath 3800 - Block Incoming CLI

Status
Not open for further replies.

topdogkaine2009

Technical User
Nov 13, 2009
9
GB
Hi I have a Siemens Hipath 3800

I have a CLI of 0016062594052 calling my customer and i am wondering if there is a way of routing the calls via inbound CLI to a dummy port or voicemailbox.

Or any other way of rejecting any calls from 0016062594052. The customer is on ISDN30e lines. Customer also has a IVM card installed.
 
Not sure about your system, but these instructions work for the HiPath 4000 V5 and V6. Hoping it's similar for you! This will simply disconnect calls that are in your blocked list.

Code:
For first time setup, you have to enable the features on the trunks and build the tables in the dial plan.

Add these features to your trunk(s):
               R277          CLINAMETR (CLI NAME TRANSLATION) USED FOR TRUNK
               R278          CLINUMTR (CLI NUMBER MODIFICATION) USED FOR TRUNK
               R279          CLIACT (ACTION BASED ON CLI) USED FOR TRUNK
CHA-COT:5,COTADD,R277&R278&R279,;
CHA-COT:10,COTADD,R77&R278&R279,;
(In a V6 system, these are renamed to CLNA, CLNO, and CLAC)
CHA-COT:10,COTADD,CLNA&CLNO&CLAC,,;

Add the CLI tables to the dialplan:
  ADD-LDPLN:LCRCONF=LCRADM,DIPLNUM=771,LWMPOOL=8,DIALPLN=1,INFO="CLI TABLE 1";   	
  ADD-LDPLN:LCRCONF=LCRADM,DIPLNUM=772,LWMPOOL=8,DIALPLN=2,INFO="CLI TABLE 2";
Add numbers to reject to either of the tables:
  ADD-CLIMA:TABLE=CLI,PLAN=1,CLIDP="9085481565",NAME="NAME1",ACTION=REJECT;
To display the current listing of blocked numbers:
DIS-CLIMA:CLI,;
H500:  AMO CLIMA STARTED
  +------------------------------------+                                        
  |              CLI TABLE                  |                                        
  +------------------------------------+
  +------------------------------------+                                        
  |  PLAN 1                                   |                                        
  +------------------------------------+
  |  CLIDPNO : 2                          |                                        
  |  CLIDP   : 3146788905          |                                        
  |  NAME    : Nuisance Caller   |                                        
  |  NUMBER  :                            |                                        
  |  DESTIDX :                              |                                        
  |  ACTION  : REJECT                 |                                        
  +------------------------------------+

AMO-CLIMA-111       CLI MANIPULATION                                            
DISPLAY COMPLETED;

LoPath
Maintain HiPath 4000 V5 & V6, OpenScape Xpert V4, Xpressions, Contact Center
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top