Vector Exercises
caller to hold is provided by Step 7. After another wait with music period (if necessary) provided by Step 8, the goto step command in Step 9 branches back to the aforementioned “please hold” announcement in Step 7. The resulting
Suggested Solution 2:
VDN (extension=1030 name="Hub" vector=30)
Vector 30:
1.
2.collect 1 digits after announcement 3000
("We are aware of the power outage in the northeastern part of the city. Crews have been dispatched. If you are calling for other reasons, please press 1. Otherwise, please hang up now.")
3.
4.announcement 3100 ("Entry not understood. Please try again.")
5.goto step 2 if unconditionally
VDN (extension=1031 name="Service" vector=31)
Vector 31:
1.announcement 4000 ("Please hold. We will try to connect you to an operator.")
2.
3.goto step 9 if
4.
5.
6.announcement 4200 ("We’re sorry. All of our operators are busy. Please hold.")
7.
8.goto step 6 if unconditionally
9.disconnect after announcement 4200 ("We’re
sorry. All of our operators are busy at the moment. Please call back at your convenience.")
Figure 11-16. Emergency and Routine Service (Call Vectoring and Call Prompting Option)
Suggested Solution 2 involves both Call Vectoring and Call Prompting. Also, it involves two vectors instead of just one vector, and it assumes the caller has a
The announcement portion of the collect digits after announcement command in Step 2 of Vector 30 first provides the caller with the appropriate emergency information. It then invites the caller to press ‘‘1’’ if thecaller is calling for some other reason. If this is not the case, it finally suggests that the caller hang up.
First, let’s assume the caller wants to hold the line but enters the incorrect touch- tone digit (‘‘2,’’ for example). Insuch a case, the
Issue 4 September 1995