# 40137: Missing 'to' parameter when issuing Conference instruction

Log Type: APPLICATION

Log Level: ERROR

## Description

A valid 'to' parameter must be provided when using the Conference Instruction

### Possible causes

* A 'to' parameter was not passed when issuing the Conference instruction
* The 'to' parameter supplied to the Conference instruction was invalid

### Possible solutions

* Supply a valid 'to' parameter when issuing the Conference instruction

#### Example

```bash
{
	"instruction": "conference",
	"to": "client:alice",
	"from": "+18001234567"
}
```
