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!

denying long distance/allow 1800

Status
Not open for further replies.

llathrop

MIS
Mar 22, 2005
35
US
I am trying to deny a set access to call long distance numbers,but allow them to still call 1800 number(such as 1800-callatt) I have it set to deny them long dist by changing cls to Toll Denied, but I can't seem to figure out how to still allow them to call 1-800 numbers!

I can post any info neeed, but I am new to working with phones, so talk reeeeaaaaaalll slow.

Thanks!
Luke
 
go to ld 90

Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE npa

NPA  1213

NPA  1213
RLI  2
DENY 555

SDRR DENY CODES = 1
ITEI NONE

note the rli and go to 86

Code:
REQ  prt
CUST 0
FEAT rlb
RLI  2

RLI  2
ENTR 0
LTER NO
ROUT 156
TOD  0 ON  1 ON  2 ON  3 ON
     4 ON  5 ON  6 ON  7 ON
VNS  NO
CNV  NO
EXP  NO
[COLOR=red][b]FRL  5[/b][/color]
DMI  0
FCI  0
FSNI 0
SBOC NRR
IDBB DBD
IOHQ NO
OHQ  NO
CBQ  YES

note the frl.. then do the same thing with 1800, it should be a spn instead of a npa, either way the frl for 1800, 1888, etc should be much lower then the frl for the billable npa... in this switch i have the frl on 1800 set at 2, meaning if the set has a ncos of 2 or more, it can dial 1800...from my code you can tell that for a ld call to 1213, you need a ncos of 5 or higher..

john poole
bellsouth business
columbia,sc
 
Ok so I have playing with this the last few days--first if the phone has an ncos of 5 but is toll denied, then it can't make a 1800 or a long dist call. when I go to ld 90 and get to the npa prompt, when I enter 1213 I get what you posted. when I enter 1800, I 0. I think this means I need to change the RLI? How would I do that?

I appreciate your help!!

Thanks again,
Luke.
 
look at rli 0 in ld 86, prt rlb then note the frl, that needs to be less then 5..when you printed the npa of 1213, the rlb/rli you see, go to 86 and print that and post it

john poole
bellsouth business
columbia,sc
 
note: when you change a rlb in load 86 you may be allowing more then the one npa or spn.. if 1213 points to rli 5, then all the area codes that you need to have the same type of allow deny controls need to point the the same rlb.. so if you go to 90 and prt npa and return, all npa will print

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

Part and Inventory Search

Sponsor

Back
Top