Twilio TaskRouter allows you to build intelligent routing into your existing system to create smarter workflows that easily integrate with other Twilio APIs.
Questions tagged [twilio-taskrouter]
87 questions
0
votes
1 answer
Twilio API requests taking too long to respond when sent using Twilio Java Helper Library
We are using Twilio Task Router for a call routing functionality in our web project (Java 8 application running on Tomcat 9). We are using Twilio Java SDK (https://mvnrepository.com/artifact/com.twilio.sdk/twilio/7.36.2) for making Twilio API…

Nick
- 222
- 1
- 2
- 10
0
votes
1 answer
Skip Timeout expression field not available in Twilio Java Helper Library
I am trying to create a Workflow using Twilio Java SDK (7.40.0). I have the requirement to set the 'Skip Timeout expression' (https://www.twilio.com/docs/taskrouter/worker-presence) as part of the Routing step. But i am unable to find a field for…

Nick
- 222
- 1
- 2
- 10
0
votes
1 answer
Twilio Taskrouter: how to implement a "do not contact" list of WorkerSids in Workflow Configuration?
This question is similar to this one I previously asked, in that I want the task to perform a Target Worker Expression check on a list of WorkerSids that I've added as one of the task's attributes. But I think this problem is different enough to…

sigil
- 9,370
- 40
- 119
- 199
0
votes
1 answer
Prevent worker from receiving voice tasks by updating their voice channel capacity
I'm currently using task router to route calls to my workers and I want to temporarily prevent certain workers from getting assigned voice tasks. I thought by updating the worker channel capacity for voice to 0 or marking the voice worker channel as…

nam
- 15
- 2
0
votes
0 answers
Setting Twilio Client customParameters on incoming call for conferences
I am currently using Twilio Client for all of our end points, and all of our call legs are being bridged by agent conferences. Calls to Twilio Client are therefore made either by the Task Router 'conference' command on inbound calls, or the agent…

madkat5
- 1
- 1
0
votes
1 answer
How to set the assignment_callback 'from' property to original caller number?
Our Twilio app connects with TaskRouter to handle queueing of calls, and I'm struggling to set the right parameters on the "dequeue" instruction.
Perhaps this is the wrong way to do it, but the way it's set up so that when a call comes in, it takes…

Leo
- 21
- 4
0
votes
1 answer
Twilio Task Router is not working properly for conference
In the assignment callback endpoint, i have used instruction => 'conference' to convert all incoming call to conference:
return response()->json(array('instruction' => 'conference', 'call_sid' => $attributes->call_sid, 'from' => $attributes->to,…

Nabin
- 163
- 1
- 12
0
votes
2 answers
Handling 3 call queues in twilio in an elegant way
I'd love some advice on my twilio setup for a problem I'm trying to solve.
Overview
A client can call our twilio number and have one of three cases to handle:
- is our client and has a question - should be transfered to CC queue (2ppl),
- wants to…

milosz
- 23
- 4
0
votes
1 answer
Is there a way to pull a reservation that has been enqueued with one worker(waiting to be accepted), and assign it to yourself
Here is the scenario:
Call comes in. Agents A and B are available on the queue and eligible to take the call. TaskRouter assigns to Agent A, and Agent A's client gets the chance to accept it. For whatever reason Agent A does not pick it, and caller…

Shailesh
- 71
- 6
0
votes
1 answer
How can I accept reservation programmatically once reservation.created callback event fired in twilio task route?
Twillio task route
1) How can I manage different instruction in single callback URL using asp.net mvc Library?
Ex :
--> Task created using enqueue. I have placed dequeue instruction in Assignment callback url but how can I manage once task is…

Chintan Mstry
- 31
- 7
0
votes
1 answer
How to implement video call with twilio task router
We are using Task Router for our Call Center Project. Incoming calls routing through Task Router to our agents. Now, We have to impliment Video Call as well. I want to understand, how we can use Same Task Router for Voice Call and Video call to…

Balvant parmar
- 196
- 8
-1
votes
1 answer
How can i disable a TaskQueues or TaskRouter from the web
I am using Twilio TaskRouter. And sometimes, i needed a way to stop a queue from functioning.
Is there a way to disable a TaskQueues or TaskRouter from the web?

Wael Kabli
- 77
- 1
- 7