Mar 11, 2005 #1 MonkAZ5 IS-IT--Management Joined Jul 7, 2004 Messages 47 Location US Looking to add an new area code in Meridian 11. I know this is basic but what are the steps I would follow to do this?
Looking to add an new area code in Meridian 11. I know this is basic but what are the steps I would follow to do this?
Mar 11, 2005 1 #2 johnpoole Programmer Joined May 26, 2004 Messages 19,375 Location US go to load go 90 and prt one area code Code: REQ prt CUST 0 FEAT net TRAN ac1 TYPE npa NPA 1864 NPA 1864 [COLOR=red]RLI 2[color] DENY 555 SDRR DENY CODES = 1 ITEI NONE Note the RLI, then add the new area code with the same rli Code: DISKETTE(S) NEEDED: 1 (PROJECTED LD43 - BKO) DISKETTE(S) NEEDED: 1 (PROJECTED LD43 - BKO) REQ new CUST 0 FEAT net TRAN ac1 TYPE npa [COLOR=red]NPA 1xxx[/color] RLI 2 SDRR you can tell from the print, i deny area code plus 555, other then that these are the steps john poole bellsouth business columbia,sc Upvote 0 Downvote
go to load go 90 and prt one area code Code: REQ prt CUST 0 FEAT net TRAN ac1 TYPE npa NPA 1864 NPA 1864 [COLOR=red]RLI 2[color] DENY 555 SDRR DENY CODES = 1 ITEI NONE Note the RLI, then add the new area code with the same rli Code: DISKETTE(S) NEEDED: 1 (PROJECTED LD43 - BKO) DISKETTE(S) NEEDED: 1 (PROJECTED LD43 - BKO) REQ new CUST 0 FEAT net TRAN ac1 TYPE npa [COLOR=red]NPA 1xxx[/color] RLI 2 SDRR you can tell from the print, i deny area code plus 555, other then that these are the steps john poole bellsouth business columbia,sc
Mar 11, 2005 Thread starter #3 MonkAZ5 IS-IT--Management Joined Jul 7, 2004 Messages 47 Location US Thanks John, Was a snap from your directions. Mike Upvote 0 Downvote