A vector that an ex-employee had previously setup, has the following lines:
03 goto step 6 if digits in Table 1
04 goto step 6 if digits in Table 2
05 route to number 0 with cov n if unconditionally
06 collect 1 digits after announcement 7000
The purpose of this vector is to allow VIP Queueing. If a caller punches in a 5 digit code that matches in a table, then the caller gets placed to the head of the queue.
My question is, how do I access or create another table? I am looking to add another 5 digit number and have it queue to a skill?
03 goto step 6 if digits in Table 1
04 goto step 6 if digits in Table 2
05 route to number 0 with cov n if unconditionally
06 collect 1 digits after announcement 7000
The purpose of this vector is to allow VIP Queueing. If a caller punches in a 5 digit code that matches in a table, then the caller gets placed to the head of the queue.
My question is, how do I access or create another table? I am looking to add another 5 digit number and have it queue to a skill?