Call Control Authentication operations for connections
Sets the authentication method of a connection and associates the call control settings. This will remove any other authentication type set for the connection.
Call Control details
{- "webhook_url": "string",
- "failover_url": "string",
- "hangup_on_timeout": true,
- "call_control_timeout": 0
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Updates the connection call control settings with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
Call Control details
{- "webhook_url": "string",
- "failover_url": "string",
- "hangup_on_timeout": true,
- "call_control_timeout": 0
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}