Hello everybody,
I want to disconnect the call after an announcement, if there are more than 10 calls waiting in a two call center sites but the following configuration doesn't work. I am watching a report in CM Supervisor that shows me sometimes 11 or 12 calls waiting:
02 goto step 32 if calls-queued in skill 1 pri h > 10
32 # There are more than 10 calls waiting in site 1
33 goto step 37 if calls-queued in skill 2 pri h > 10
34 route-to number 39 with cov n if unconditionally
35 stop
36
37 # There are more than 10 calls waiting in the platform
38 disconnect after announcement 365
39 stop
The number 39 is the VDN before this vector.
I'll apreciate any sugestion, correction or comment.
Thanks in advance
I want to disconnect the call after an announcement, if there are more than 10 calls waiting in a two call center sites but the following configuration doesn't work. I am watching a report in CM Supervisor that shows me sometimes 11 or 12 calls waiting:
02 goto step 32 if calls-queued in skill 1 pri h > 10
32 # There are more than 10 calls waiting in site 1
33 goto step 37 if calls-queued in skill 2 pri h > 10
34 route-to number 39 with cov n if unconditionally
35 stop
36
37 # There are more than 10 calls waiting in the platform
38 disconnect after announcement 365
39 stop
The number 39 is the VDN before this vector.
I'll apreciate any sugestion, correction or comment.
Thanks in advance