I'm using a global variable for management to use where they call an announcement that collects 2 digits for them to change overflow routing when calls get to a certain threshold. For example:
Vector 1
collect 2 digits after announcement 1234for DA
Vector 2
wait-time 2 secs hearing ringback
02 goto step 5 if calls-queued in skill 1st pri h >= DA
03 return
04
05 route-to number 9~p12344445555 with cov n if unconditionally
06 goto step 5 if unconditionally
What I'm trying to do if possible is to give them a way to know what DA is currently set at before they call and make a change to the value assignment.
Vector 1
collect 2 digits after announcement 1234for DA
Vector 2
wait-time 2 secs hearing ringback
02 goto step 5 if calls-queued in skill 1st pri h >= DA
03 return
04
05 route-to number 9~p12344445555 with cov n if unconditionally
06 goto step 5 if unconditionally
What I'm trying to do if possible is to give them a way to know what DA is currently set at before they call and make a change to the value assignment.