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

No Call Access

Status
Not open for further replies.

luvarne

Programmer
Jun 24, 2013
86
SA
Hi guys, Is there a way in HiPath 4000 to make a certain extension have no access to call and no access to receive calls? Like, only a dial tone can be heard, but when you dial a number, it is somewhat barred?
 
You can change it into a hotline number so as soon as someone picks up the handset it will go to whatever extension you have programmed it to ring to. You have to add a hotdest, and then in the phones you want to block enter that hotdest number. They can't dial out because when they pick up the phone it dials a pre-programmed number. I think you can dial into them though, although I still think it tries to dial out when you answer. For that you can probably just put the phone on Do Not Disturb.
 
If your LCOSV's are setup in the way that they should be setup them it would be a case of just
CHA-SBCSU:STNO=XXXX,LCOSV1=1,LCOSV2=1;

Find a phone that has no access to dial out similar to what you want.
Change the phone to the same LCSOV1

If you do not want a phone to receive incoming calls then one way is to remove CPS6 in the WABE
 
You don't need to remove CPS6 in WABE for to block incoming calls.
Just setup your COS 1 with no Direct Dialling inwards,(NOCO&NOTIE) or give it an 'internal' number which does not have a DDI number associated with it.

However if you need to go ahead with the CPS6

REG-SBCSU:XXXX;
REG-SDAT:XXXX;
REG-PERSI:STN,XXXX;
REG-ZIEL:FWD,XXXX;
REG-ACTDA:STN,XXXX;
REG-TAPRO:STN,XXXX;
REG-ZIEL:DSS,XXXX;
REG-ZIEL:NAME,XXXX;
REG-ZIEL:SNR,XXXX;
REG-SA;
REG-AUN;
REG-NAVAR;
etc.

Delete the extension
DEL-SBCSU:XXXX,ALL;
DEL-WABE:CD,XXXX,,6,STN;

Then add it all back in again.
So you have to REG everything to do with the extension, then delete that extension, then delete the Call Progress State 6 (Direct Incoming Call)
Then add it all back in again (But it will not have the CPS6)

However you could just RUFUM their DDI number to the Operator or give them a non display phone and set it to DND (Do Not Disturb)


 
Can you give more information as to what is the problem with the extension as there could be an easier way ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top