We are currently implementing a new Contact Centre using Twilio TaskRouter.
The desired functionality is:
- Ring the first available worker that matches the filter criteria "Sales"
- If the Reservation times out (Worker does not answer), ring the subsequent Worker
- If all Available Workers timeout or Reject, move the Task to another queue
Everything seems to be working fine, but we haven't figured out how to change the timeout (time given until the Worker picks up the phone - Accept the Reservation)
Changing the Task Reservation Timeout in the Workflow seen to have no effect and we always get 60 seconds?
Where does that timeout setting should be changed? We use the TaskRouter JS Client implemented as a chrome extension... Is that setting in the JS client?