# 40122: TaskRouter->Direct

Log Level: ERROR

## Description

### Possible causes

* The call being redirected is no longer in progress.
* The call\_sid passed doesn't reference an actual call

### Possible solutions

* Make certain "call\_sid" is provided an is a 34 char string starting with CA that represents a live call.

### Example

```bash
{
	"instruction": "redirect",
	"call_sid": "CA0123456789abcdef0123456789abcdef",
	"url": "https://example.com/twiml?querystring=1234"
}
```
