Click to call via URL
Make an outgoing call
HTTP Request
GET {ip_pbx}/click2call.php?secret={secret}&extension={extension}&phone={phone}
Query Parameters
Parameter | Default | Description |
---|---|---|
ip_pbx | Domain of the PBX | |
secret | Authentication key for the connection between the PBX & Getfly CRM (secret provided by the PBX) | |
extension | The extension number that will make the outgoing call | |
phone | The phone number to call |
Response
- Success
{
"code": 200,
"message": "OK"
}
- Failure
{
"code": 400,
"message": "Error description"
}