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!

how to block an specific phone number to PSTN?

Status
Not open for further replies.

zhulin211

IS-IT--Management
Nov 20, 2013
88
CA
hi, in my CS1k, PRI trunk to PSTN, how to block a specific called number in an outbound call to PSTN?
thanks!!!
 
depends how you route calls, what do you dial for an outside line (9,0, etc.) print the DNB of that number what is it? Also if on a newer system do you have any zfdp? (LD 117 - prt zdp)

If no zfdp and your number for an outside line is an AC1/2 code look in LD 90
REQ prt
CUST 0
FEAT net
TRAN ac1
TYPE all

you will then find out if you use NPA (Normal for US) or SPN you could then add an ARRN against the relevant entry to pick out you number and route it to a different RLI and do with it what you want.

 
Hi all:
7 Digital local call.
REQ: PRT
TYPE: DNB
CUST 0
DN 9
DATE
PAGE
DES

DN 9
TYPE NARS
NTBL AC1


> LD 117
OAM000

=> PRT
SCH0105

=> PRT ZDP
__________________________________________________________________________________________________________
| | | Access Code Behaviour |
| Zone | State |---------------------------------------------|
| | | | | |DIALED | NEW |
| # DES | | DC1 | DC2 | DC3 | AC | AC |
|--------------------------------------------------------------------------------------------------------|
| 10 VTRK_VRTE_ZONE | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 11 MEDIA_GATEWAYS | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 12 IP_PHONE_ZONE | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 13 I2050S | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 14 WLAN_SETS | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 25 Oxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 26 Mxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 28 Oxxxxxxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 30 Mxxxxxxxxxxxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 31 Sxxxxxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
| 32 Kxxxxxxxx | DIS | | | | | |
|--------------------------------------------------------------------------------------------------------|
No Zones with Local Dialing active
Number of Branch Media Gateway Zones configured = 2
Number of Zones configured = 11

=> ld 90
ESN000

MEM AVAIL: (U/P): 94315041 USED U P: 9581768 818452 TOT: 104715261
DISK SPACE NEEDED: 1343 KBYTES
REQ prt
CUST 0
FEAT net
TRAN ac1
TYPE all

NPA 416
RLI 1
DENY 976

SDRR DENY CODES = 1
ITEI NONE

Hi bignose21: the number I want to block is 416-352-6029, then how to setup block for it? I am not familiar with cs1k command, really appreciate your help!!!


 
I think this is what you need to do to add in the deny code. I've shown you the change sequence in bold and also the current settings first and the changed settings at the end. I think it should work.

>LD 90
REQ PRT
CUST 0
FEAT NET
TRAN AC1
TYPE NPA

NPA

NPA 416
RLI 1
DENY 976

SDRR DENY CODES = 1
ITEI NONE

REQ CHG
CUST 0
FEAT NET
TRAN AC1
TYPE NPA

NPA 416
RLI
SDRR DENY
DENY 3526029
DENY
SDRR
ITEI

NPA

REQ PRT
CUST 0
FEAT NET
TRAN AC1
TYPE NPA

NPA 416

NPA 416
RLI 1
DENY 3526029

DENY 976

SDRR DENY CODES = 2
ITEI NONE
REQ


Firebird Scrambler
Nortel and Avaya Meridian 1 / Succession and BCM / Norstar Programmer

Very advance high level knowledge on the Linux BCM phone system.

Website
 
You said this was a 7 digit local call but then you listed out a 10 digit number. Hod do you dial it, 7 or 10 digits? Makes a world of difference. Looks like it is a 10 digit NPA not a 7 digit NXX
 
thank you all your guys!
a typo in my previous post, it is 10 digits local call that I want to block.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top