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!

need to block outbound calls from station phone.

Status
Not open for further replies.

ARNOLD001

Technical User
Aug 29, 2001
53
0
0
I need to restrict a phone from accessing outbound calls, the DID on this phone needs to have direct access from outside out facility.
we have 2 TGAR possibilities, neither can be used for the above. I have tried the CLS commands: FR1, FR2 (no direct access from outside). SRE, FRE ( Outbound calls are still allowed.) We dial a 9 for outside calls. Can someone point me to the right direction on how to accomplish this. I can provide Print-outs for our customer, configuration data blocks if needed. Thanks in advance.
 
Make the NCOS level zero on the phone

This will only allow the phone to make calls internally.
The phone will still get outside calls.
Ld 20
chg
tn
Item Ncos 0
return out

YOu are set.
 
Please, print out the FCR

LD 49

Req prt
Type FCR


Wolfi
 
Thanks, it's now working as it should.
 
sorry, I bit the bullet to soon. Ncos 0 doesn't work, and unable to print fcr:
>LD 49
PLEASE WAIT - LOADING FROM DISK
DGT000
MEM AVAIL: (U/P): 1583266 USED: 1535489 TOT: 3118755
DISK RECS AVAIL: 1074
REQ PRT
TYPE FCR
CUST 0
SCH0137 <<<<NFCR linkage not buil for customer.>>>

by the way, thanks for your response.
 
goto LD97
PRT
CUST
NCTL
This will tell you what FRL each NCOS equals

-----------------------------------------------

LD90
PRT
NET
AC!
NXX


Print a few of these NXX's to see which RLI local calls use to dial a call.

----------------------------------------------------------

LD86
PRT
CUST
RLI

At RLI enter the RLI you got for the NXX's you printed above.


-------------------------------------------------------


Look at the RLI that you just printed and if the FRL is &quot;0&quot; than you have to raise it to &quot;1&quot;, this will block all phones that have an NCOS of &quot;0&quot; . So you might find some phones may not be able to make local calls.

----------------------------------------------------------

LD80
LST
FEAT NCOS
NCOS 0

This will list out all phones that have an NCOS of &quot;0&quot;, then you can check to see if these other phones need to have there NCOS raised.

--------------------------------------------------------

Hope this helps

 
sorry, switch is not accepting the command NCTL in LD 97. Not listed in the ntp's either. I have release 23 by the way, North America.
 
O.K. found it LD 87. Thanks will give it a try.
 
Thanks everyone, for all your help (tonyx, wolfi24, and aceworlock), I have successfully implemented everyone's suggestion on several phones.
<<<<END of thread>>>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top