You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ This plugin uses a series of twilio functions to create an outbound call, listen
17
17
Before using this plugin you must first create a dedicated TaskRouter workflow for outbound calls. You can do this [here](https://www.twilio.com/console/taskrouter/dashboard). Make sure it is part of your **Flex Task Assignment** workspace.
18
18
19
19
* Ensure there is the following matching workers expression for the only filter on the workspace.
20
-
*`task.targetWorker === worker.contact_uri`
20
+
*`task.targetWorker === worker.contact_uri`
21
21
* Ensure the **priorty** of the filter is set to **1000** (or at least the highest in the system).
22
22
* Make sure the filter matches to a queue with Everyone on it. The default Everyone queue will work but if you want to seperate real time reporting for outbound calls, you should make a dedicated queue for it with a queue expression.
0 commit comments