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!

Change phone outbound calls 1

Status
Not open for further replies.

nthnu

MIS
Aug 26, 2013
41
US
I have a phone that the user wants to make outbound calls from. Unfortunately, I have no clue on how to do that and couldn't find a way either, but I knew I could ask here.

Below is the printout of that phone. Any ideas? Thanks

Code:
>ld 10
REQ: prt
TYPE: 500
TN   4 15
DATE 
PAGE 
DES  

DES  PM    
TN   004 0 00 15 
TYPE 500 
CDEN 4D
CUST 0 
ERL 00000 
WRLS NO
DN   423 0     MARP
AST  NO  
IAPG 0 
HUNT 499
TGAR 1 
LDN  NO
NCOS 0 
SGRP 0 
RNPG 0 
LNRS 16 
XLST 
SCI  0 
CLS  CTD DTN FBA XFA WTA THFD FNA HTA ONS 
     LPR XRD AGRD CWD SWD MWA RMMD SMWA LPD XHD SLKD CCSD LNA TVD 
     CFTD SFD MRD C6D CNID CLBD AUTU
     ICDD CDMD LLCN EHTD MCTD 
     GPUD DPUD CFXA ARHD OVDD AGTD CLTD LDTD ASCD SDND 
     MBXD CPFA CPTA DDGA NAMA MIND 
     MCRD 
     EXR0 SHL ABDD CFHD DNDY DNO3 
     CWND USMD USRD BNRD OCBD RTDD RBDD RBHD FAXD CNUD CNAD PGND FTTC 
     CDMR MCDD T87D PKCH MPTD
RCO  0 
PLEV 02 
AACS NO
MLWU_LANG 0 
FTR  CFW 4 
FTR  FDN 499
FTR  ICF 4
 
Chances are your NCOS 0 is to block calls, or less likely the TGAR, few ways you could compare it to a phone that can dial out in the manner you require or look at the config:

NCOS of phone is associated to and FRL in NCTL (printed in LD 87) often mapped 0 to 0, 1 to 1, etc. for the first 8. Then print the RDB of the route you are using look at the FRL prompt tells you the FCR its mapped to, again often 0-0, 1-1, 2-2, etc. Then in LD 49 and prt it FCR that you are using. In FCR you get a prompt INIT which tells you the initial status Allowed or Denied then bellow that the exceptions.

For example:
LD 20 PRT the Phone NCOS 1
LD 87 PRT the NCTL - NRNG 1 to FRL 1
LD 21 PRT the RDB - FRL 1 to FCR 1
LD 49 PRT the FCR 1

INIT DENY
ALOW 911
1800

So phone barred every thing external through that route except 911 and numbers starting 1800 and the TARG in the RDB would match the blocked phone, this is enabled and printed in LD 86 at the bottom of ESN (TGAR YES)


If its TGAR/TARG then you would see a working phones TGAR set to something else and


 
Ok, I looked in the system and this number (423) shows as "NCOS 0". Numbers that can call out are "NCOS 2". Is it easy to change the 423 number from 0 to 2?
 
LD 20
REQ chg
TYPE 500
TN 4 15
ECHG yes
ITEM ncos 2

and hit return till you get back to REQ
 
might get some complaints as 500 set changes are done in LD 10 but 20 is linked so works (I'm just lazy I guess)
 
Thank you very much. That phone is squared away now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top