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

0+dialing

Status
Not open for further replies.

ERR5020

MIS
Oct 15, 2003
109
US
I want to allow for 0+ dialing for collect calls.my lec says its my equipment restricting that from happening.if i dial my acod to directly access the trunk , o gives a fast busy.how can i see how 0 calls are routed?
 
this is what i would do to insure the problem is not in my switch
.... any blank prompt denotes a return

Code:
ld 90

REQ  new
CUST 0
FEAT rlb
[COLOR=red] RLI  35	;any vacant number [/color]
ENTR 0
LTER

[COLOR=red]ROUT 4	;your new route [/color]
TOD
CNV
EXP
FRL  0			; allows all users access
DMI
FCI
FSNI
SBOC


ld 90


 
REQ  chg
CUST 0
FEAT net
TRAN ac1
TYPE spn
SPN  0
FLEN 1
ITOH
[COLOR=red]RLI  35			;match this to the new rlb/rli [/color]




john poole
bellsouth business
columbia,sc
 
SPN 0

SPN 0
RLI 1
SDRR NONE
ITEI NONE


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

ISET 0
NALT 5
MFRL 0
OVLL 0

???????????????????
 
TRACE ON MY DN DURING 9+0 CALL GIVES THIS:

ACTIVE TN 060 0 09 12
ORIG 060 0 09 12 0 SCR MARP 0 3650 3904
TERM NONE
DIAL DN 90
MAIN_PM DIAL AUX_PM NARS_CALL
TALKSLOT NONE
QUEU NONE
CALL ID 0 1090


AUX NARS


DOES THIS TELL ANY CLUES?
 
tells me your not hitting a trunk, but with a pri if the carrier rejects the call, you will not hit the trunk. the only other test i might try is enl msgo x enl msgi x, in load 96. use this in low traffic, with your setup you should see the call hit the d and a msg back rejecting the call. the only other possible block is the targ and tgar mathcing, the targ on the posted route is blank, so that's cool.. set trmb to no, you can't trombone to the co, but if other numbers are working i doubt that shes trying to trmb back to the att.. if you print the msgo/i the vendor can not try to put the problem back in your switch... btw who's your new ld carrier, if you say quest, good luck

john poole
bellsouth business
columbia,sc
 
another point i just dreamed up, i send 9+0 to the local two way did's.

john poole
bellsouth business
columbia,sc
 
I like johnpoole's idea. How often do you have the need to make these collect calls?

If you must use that route, direct access a specific trunk in LD 36 either via maintenance set or keyboard. This will bypass all switch based treatments. It's like putting a butt set on the trunk. Only thing....I have never tried this on a PRI and am just assuming it will work....anybody can verify if it will or not?
 
It would be simpler just to insert a 9 in front of the zero in the dgt I think. That's what I do. But I have 0 in my spn
 
why insert a 9? just point the rli to the trunk? if you insert a 9 and send it to the ld route, chances are the co don't know what to do with a 9 as the 1st digit

john poole
bellsouth business
columbia,sc
 

SPN 0
RLI 25
SDRR NONE
ITEI NONE


RLI 25
ENTR 0
LTER NO
ROUT 6
TOD 0 ON 1 ON 2 ON 3 ON
4 ON 5 ON 6 ON 7 ON
CNV NO
EXP NO
FRL 0
DMI 25
FCI 0
SBOC NRR
CBQ NO

ISET 0
NALT 5
MFRL 0
OVLL 0

DMI 25
DEL 0
INST 00
CTYP NCHG


THIS WORKED.....NEW RLI AND NEW DMI INSERTING 00



THANKS ALOT GUYS..
 
that's needed down in the east GA area, did some rolm work down there years ago.. in the old days we put a butt set on the line and see what digits are needed.. hard to do that with a t

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top