# 40121: TaskRouter->Direct

Log Level: ERROR

## Description

### Possible causes

* You did not provide a "call\_sid" parameter on your 'redirect' instruction.
* You provided an invalid value for the "call\_sid" parameter.

### Possible solutions

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

### Example

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