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

Direct outside line pickup 1

Status
Not open for further replies.

grmiddle

IS-IT--Management
Oct 19, 2004
1
US
I need to be able to have the ability to assign specific TNs to pickup an outside line without dialing 9. Need for preprogrammed dialers, credit card machines, etc.
 
Your best best would be using pretranslation (assuming those TNs are only dialing out and not dialing internal extensions). Build a list that prefaces all numbers (0 - 9) with a 9, and assign that list to those TNs.

First, build a speed call list:

LD 18
REQ NEW
TYPE SCL
LSNO x (an unusued list number, but not 0 or 1)
DNSZ <enter>
SIZE 10
STOR 0 90
STOR 1 91
STOR 2 92
STOR 3 93
STOR 4 94
STOR 5 95
STOR 6 96
STOR 7 97
STOR 8 98
STOR 9 99
<ENTER> until out

Then add the pretranslation data block:
LD 18

REQ NEW
TYPE PRE
CUST 0
XLAT xxx yyy (xxx is pretrans group, yyy is SCL you built)

Active pretranslation:

LD 15

REQ CHG
TYPE FTR
CUST 0
-PREO 1 (0 means it is turned off)

Then, the TNs will have a new prompt, XLST. Add your pretranslation group number at that prompt. (I can't remember, this may require a switch ini in order to take effect and have the XLST prompt start appearing..)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top