Error 40138
Product: TaskRouter
ERROR - 40138
Missing 'from' parameter when issuing Conference instruction
A valid 'from' parameter was not passed to the 'conference' instruction
Possible Causes
- A 'from' parameter was not passed when issuing the Conference instruction
- The 'from' parameter supplied to the Conference instruction was invalid
Possible Solutions
- Supply a valid 'from' parameter when issuing the Conference instruction
Example
{
"instruction": "conference",
"to": "client:alice",
"from": "+18001234567"
}