Create a click-to-dial call
POST/api/v1/domains/:domain_uuid/click-to-dial
Makes the selected registered phone place a call to the requested
destination. If no selector is provided, FS PBX picks the freshest
controllable registration group and returns any other matching groups in
skipped_targets. When selecting a specific phone, use an agent value
returned by the targets endpoint. Use vendor only when any phone from
that vendor is an acceptable target.
Access rules:
- Caller must have access to the target domain.
- Caller must have the
phone_control_callpermission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Success
Validation error
Unauthenticated
Forbidden (missing permission)
Extension not found
No controllable registrations
Internal server error