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

dial out routs

Status
Not open for further replies.

njphones

Vendor
Feb 21, 2002
112
US
can someone please tell me how to run a report to verify the outbound order of selection for outbound calls?

We have 7 T1's and I need to know the pecking order, so I need to run the report and interpit it.
 
If you are using BARS/NARS (probably), you will typically have several levels of outside access: local (NXX), LD (NPA) and special numbers (SPN). Pick a local office code,go to LD 90 and:

REQ prt
CUST 0
FEAT net
TRAN ac1
TYPE nxx

NXX 832 (this is your NXX entry)

NXX 832
RLI 0
SDRR NONE
ITEI NONE

Repeat above replacing the NXX with NPA and an area code. SPNs are numbers like 911, 411, and operator assistance.

THEN take note of the RLI referenced above, go to LD 86 and:

REQ prt
CUST 0
FEAT rlb
RLI 0

RLI 0
ENTR 0
LTER NO
ROUT 7
TOD 0 ON 1 ON 2 ON 3 ON
4 ON 5 ON 6 ON 7 ON
VNS NO
CNV NO
EXP NO
FRL 2
DMI 0
FCI 0
FSNI 0
SBOC NRR
IDBB DBA
IOHQ NO
OHQ YES
CBQ YES

ENTR 1
LTER NO
ROUT 9
TOD 0 ON 1 ON 2 ON 3 ON
4 ON 5 ON 6 ON 7 ON
VNS NO
CNV NO
EXP NO
FRL 2
DMI 0
FCI 0
FSNI 0
SBOC NRR
IDBB DBA
IOHQ NO
OHQ YES
CBQ YES

ENTR 2
LTER NO
ROUT 32
TOD 0 ON 1 ON 2 ON 3 ON
4 ON 5 ON 6 ON 7 ON
VNS NO
CNV NO
EXP NO
FRL 2
DMI 0
FCI 0
FSNI 0
SBOC NRR
IDBB DBA
IOHQ NO
OHQ NO
CBQ NO

ISET 2
NALT 5
MFRL 0
OVLL 0



In this case the outgoing order is Rt. 7, then Rt. 9, then Rt. 32. Hope this helps. Have fun.

P.S. and a very important P.S. - Don't make any changes here unless you know what you are doing. It could really mess things up.

Hope this helps some

- Phildo




Phil, the Phriendly Phone Man
 
In LD 21 do REQ = LTM, CUST 0 (or others if you have them) then enter through. This will give you a list of all the routes and the associated T-1/PRI channels, this will show what the print outs refer to from above. Hopefully this will tell you what and how many channels you have available to each option, local/LD/Inbound etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top