{
"success": true,
"data": {
"queue_name": "commerciale",
"max": 10,
"strategy": "ringall",
"calls_waiting": 2,
"holdtime": 15,
"talktime": 180,
"completed": 45,
"abandoned": 5,
"service_level": 0,
"service_level_perf": 0,
"weight": 0,
"members": [
{
"extension": "12345",
"name": "Mario Rossi",
"status": "IN_CALL",
"status_code": 2,
"paused": false,
"in_call": true,
"calls_taken": 12,
"last_call": "2024-03-15 10:30:00",
"penalty": 0,
"callerid": "201",
"description": "Mario Rossi"
},
{
"extension": "12346",
"name": "Anna Bianchi",
"status": "AVAILABLE",
"status_code": 1,
"paused": false,
"in_call": false,
"calls_taken": 8,
"last_call": "2024-03-15 10:25:12",
"penalty": 0,
"callerid": "202",
"description": "Anna Bianchi"
},
{
"extension": "12347",
"name": "Luca Verdi",
"status": "UNAVAILABLE",
"status_code": 5,
"paused": false,
"in_call": false,
"calls_taken": 0,
"last_call": null,
"penalty": 0,
"callerid": "203",
"description": "Luca Verdi"
}
],
"callers": [
{
"position": 1,
"channel": "PJSIP/trunk-00000012",
"caller_number": "0612345678",
"caller_name": "",
"wait_seconds": 45,
"wait_formatted": "00:45"
},
{
"position": 2,
"channel": "PJSIP/trunk-00000013",
"caller_number": "3331234567",
"caller_name": "Marco Neri",
"wait_seconds": 12,
"wait_formatted": "00:12"
}
],
"summary": {
"total_members": 3,
"members_available": 1,
"members_in_call": 1,
"members_paused": 0,
"members_unavailable": 1,
"callers_waiting": 2
}
}
}