Lucent Technologies 1079984G3 Manuale Utente

Pagina di 130
54
Issue 1
April 1997
Direct Access Calling
change direct-access procedure X
You can assign up to four procedures that define how calls will be han-
dled as users select the different prompts. The following example shows 
a Direct Access procedure. Contact your authorized dealer for support in 
setting up your procedures.
change feature direct-access procedure 1
Page
1 of
2
DIRECT ACCESS PROCEDURE
Procedure: 1 
Name auto-attd-1
01 wait-time
2
secs hearing ringback
02 collect
1
digits after announcement 381
03 
04 route-to
number 0
with cov n if digit
=
0
05 route-to
number 105
with cov n if digit
=
1
06 goto
step
12
if digits
=
2
07 route-to
number 699
with cov n if digit
=
3
08 goto
step
20
if digits
=
4
09 goto
step
16
if digits
=
5
10 route-to
number 0
with cov n if unconditionally
11
change feature direct-access procedure 1
Page
2 of
2
DIRECT ACCESS PROCEDURE
12 collect
3
digits after announcement 382
13 route-to
digits with coverage y
14 route-to
number 0
with cov n if unconditionally
15 
16 goto
step
2
if unconditionally
17
18
19
20 collect
3
digits after announcement 383
21 goto
step 
13
if unconditionally
22