Nhảy tới nội dung

Click to call theo URL

Thực hiện cuộc gọi đi

HTTP Request

GET {ip_pbx}/click2call.php?secret={secret}&extension={extension}&phone={phone}

Query Parameters

ParameterDefaultDescription
ip_pbxDomain của tổng đài
secretLà key xác thực kết nối giữa tổng đài & Getfly CRM (secret do tổng đài cung cấp)
extesionLà số máy lẻ sẽ thực hiện cuộc gọi đi
phoneLà số điện thoại sẽ gọi đi

Response

  • Thành công
{
"code": 200,
"message": "OK"
}
  • Thất bại
{
"code": 400,
"message": "Mô tả lỗi"
}