You must first assign a VDN using the add vdn XXXX command. The extension
number XXXX is an unused extension on the switch. You can have up to 20 VDNs
depending on the capacity of the system (R8csi/si is 10; R8r is 20). The VDN used
for Dial by Name would be the published telephone number for the hotel.
The next step is to create the vector that enables the Dial by Name feature. The
following example shows a vector that includes steps for Dial by Name.
change vector 2 Page 1 of 3
CALL VECTOR
Number: 2 Name: Dial by Name
Attendant Vectoring? y Lock? n
Basic? y EAS? n G3V4 Enhanced? n ANI/II-Digits? n ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? n CINFO? n BSR? n Holidays? y
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 goto step 21 if digits = 3
08 goto step 19 if digits = 4
09 goto step 16 if digits = 5
10 route-to number 0 with cov n if unconditionally
11
GuestWorks and DEFINITY ECS Release 9
Technician Handbook for Hospitality Installations 555-231-743
Issue 1
November 2000
Translations and Testing
Miscellaneous Translations 154
change vector 2 Page 2 of 3
CALL VECTOR
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 collect 3 digits after announcement 383
20 goto step 13 if unconditionally
21 collect 4 digits after announcement 661
22 route-to name1 with coverage y
change vector 2 Page 3 of 3
CALL VECTOR
23 goto step 30 if nomatch
24 collect 11 digits after announcement 662
25 route-to name2 with coverage y
26 goto step 30 if nomatch
27 collect 2 digits after announcement 663
28 route-to name3 with coverage y
29 goto step 30 if nomatch
30 collect 1 digits after announcement 660
31 goto step 21 if digits = 1
32 route-to number 0 with cov n if unconditionally
GuestWorks and DEFINITY ECS Release 9
Technician Handbook for Hospitality Installations 555-231-743
Issue 1
November 2000
Translations and Testing
Miscellaneous Translations 155
This Dial by Name vector does the following:
1. The caller hears ringback for 2 seconds.
2. Announcement 381 plays. This announcement instructs the caller to do
one of the following:
n Press or wait if the caller wants the operator; if the caller presses
or waits for the timeout, the caller is routed to the operator.
n Press if the caller wants the front desk; if the caller presses ,
the caller is routed to extension 105, which is the front desk.
n Press if the caller knows the person’s extension; if the caller
presses , the caller is routed to announcement 382, which tells
the caller to dial the person’s extension.
n Press if the caller knows the person’s name; if the caller presses
, the following sub-procedure occurs:
a. Announcement 661 plays requesting that the caller enter the
first four letters of the person’s last name.
If there is a single match, the call is redirected.
If there are multiple matches, continue with Step b.
If there is no match, go to Step d.
b. Announcement 662 plays requesting that the caller enter the
rest of the person’s last name, followed by the key.
If there is a single match, the call is redirected.
If there are multiple matches, continue with Step c.
If there is no match, go to Step d.
c. Announcement 663 plays requesting that the caller enter the
first two letters of the person’s first name.
If there is a single match, the call is redirected.
If there is no match, continue with Step d.
d. Since there are no matches, announcement 660 plays telling
the caller that they can press to try again, or press to
get an operator.
n Press if the caller knows the department (such as housekeeping)
the caller wishes to access. If the caller presses , the caller is
routed to announcement 383, which gives the caller a listing of
several departments that the caller can dial directly.
n Press to start over again; if the caller presses , the caller hears
announcement 381, which repeats all of the options.
n If the caller dials anything else, the call is routed to the operator.