Andrew Markhai
Andrew Markhai

Reputation: 194

Twilio. Redirect incoming call to another worker

Now I am testing Twilio calls and there is one issue, which I cannot solve: I have 2 pages in my app for 2 workers - "joey" and "dima". Incoming calls connect to "joey" and I can handle these calls from "joey page". My question is: can I redirect accepted incoming calls to another worker to handle this call from another page (in this example from "dima" page)?

Upvotes: 1

Views: 281

Answers (1)

Bilal Mehrban
Bilal Mehrban

Reputation: 637

According to the use case mentioned in the question the best solution that I come across was in GitHub repo Here.

Upvotes: 1

Related Questions