Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the
Error

40122: TaskRouter->Direct

Twilio TaskRouter DocumentationTaskRouter

Description

description page anchor

Possible causes

possible-causes page anchor
  • The call being redirected is no longer in progress.
  • The call_sid passed doesn't reference an actual call
  • Make certain "call_sid" is provided an is a 34 char string starting with CA that represents a live call.
1
{
2
"instruction": "redirect",
3
"call_sid": "CA0123456789abcdef0123456789abcdef",
4
"url": "https://example.com/twiml?querystring=1234"
5
}