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
Parameter | Default | Description |
---|---|---|
ip_pbx | Domain của tổng đài | |
secret | Là key xác thực kết nối giữa tổng đài & Getfly CRM (secret do tổng đài cung cấp) | |
extesion | Là số máy lẻ sẽ thực hiện cuộc gọi đi | |
phone | Là 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"
}