-
New attribute
all_lines
in routes:POST /calls
POST /users/me/calls
-
New event
call_answered
is sent when a call is answered. -
New attribute
auto_answer
in routes:POST /calls
POST /relocates
-
New attribute
auto_answer_caller
in routePOST /users/me/calls
-
New attribute
muted
for Call objects in routes:GET,POST /calls
GET /calls/{call_id}
GET,POST /users/me/calls
-
New API to mute calls
PUT /calls/{call_id}/mute/start
PUT /calls/{call_id}/mute/stop
PUT /users/me/calls/{call_id}/mute/start
PUT /users/me/calls/{call_id}/mute/stop
-
Configuration
startup_connection_tries
has been removed -
The following endpoint has been added to list the status of lines
GET /1.0/lines
-
The following endpoint has been added to list the status of trunks
GET /1.0/trunks
-
The following endpoints have a new query parameter
line_id
to select a linePUT /1.0/switchboards/{switchboard_uuid}/calls/queue/{call_id}/answer
PUT /1.0/switchboards/{switchboard_uuid}/calls/held/{call_id}/answer
-
New API for calling users into applications:
- POST
/1.0/applications/{uuid}/nodes/{node_uuid}/calls/users
- POST
-
New API for answering a call inside an application:
- PUT
/1.0/applications/{uuid}/calls/{call_id}/answer
- PUT
/1.0/applications/{uuid}/calls/{call_id}/progress/start
- PUT
/1.0/applications/{uuid}/calls/{call_id}/progress/stop
- PUT
-
The following endpoints now have Wazo-Tenant header to support multi-tenant
GET /1.0/switchboards/{switchboard_uuid}/calls/held
PUT /1.0/switchboards/{switchboard_uuid}/calls/held/{call_id}/answer
PUT /1.0/switchboards/{switchboard_uuid}/calls/held/{call_id}
GET /1.0/switchboards/{switchboard_uuid}/calls/queued
PUT /1.0/switchboards/{switchboard_uuid}/calls/queued/{call_id}/answer
-
The
sip_call_id
field has been added to the calls response and events
-
The following endpoints have been moved to wazo-chatd and deleted from wazo-calld:
- POST
/1.0/chats
- POST
/1.0/users/me/chats
- GET
/1.0/users/me/chats
- POST
-
New API for faxes:
POST /faxes
POST /users/me/faxes
-
The following endpoints have been moved to wazo-chatd and deleted from wazo-calld:
-
GET
/1.0/lines/{id}/presences
-
GET
/1.0/users/{uuid}/presences
-
PUT
/1.0/users/{uuid}/presences
-
GET
/1.0/users/me/presences
-
PUT
/1.0/users/me/presences
-
GET
/1.0/users/me/calls
-
DELETE
/1.0/users/me/calls/{id}
-
-
New API for conferences:
POST /conferences/{conference_id}/record
DELETE /conferences/{conference_id}/record
-
Modification of conference mute API:
PUT /conferences/{conference_id}/participants/{participant_id}/mute
PUT /conferences/{conference_id}/participants/{participant_id}/unmute
-
New API for conferences:
GET /conferences/{conference_id}/participants
DELETE /conferences/{conference_id}/participants/{participant_id}
POST /conferences/{conference_id}/participants/{participant_id}/mute
DELETE /conferences/{conference_id}/participants/{participant_id}/mute
-
Add the ability to specify a PJSIP contact on relocates using the
contact
field in the line location bodyPOST /users/me/relocates
-
Channel variables can now be specified on the following resources
POST /applications/{application_uuid}/calls
POST /applications/{application_uuid}/nodes/{node_uuid}/calls
-
The displayed caller id name and number can be specified on the following resources
POST /applications/{application_uuid}/calls
POST /applications/{application_uuid}/nodes/{node_uuid}/calls
- The body of endpoint
GET /status
has been added a new subkeystatus
. - The applications calls now contain the snoop fields which list snoop membership
-
New API to start and stop music on hold on a call in an application
PUT /applications/{application_uuid}/calls/{call_id}/moh/{moh_uuid}/start
PUT /applications/{application_uuid}/calls/{call_id}/moh/stop
-
New API to place a call on hold and resume it
PUT /applications/{application_uuid}/calls/{call_id}/hold/start
PUT /applications/{application_uuid}/calls/{call_id}/hold/stop
-
New API to snoop on calls
GET /applications/{application_uuid}/snoops
POST /applications/{application_uuid}/calls/{call_id}/snoop
PUT /applications/{application_uuid}/snoops/{snoop_uuid}
GET /applications/{application_uuid}/snoops/{snoop_uuid}
DELETE /applications/{application_uuid}/snoops/{snoop_uuid}
-
New API to mute calls
PUT /applications/{application_uuid}/calls/{call_id}/mute/start
PUT /applications/{application_uuid}/calls/{call_id}/mute/stop
-
A new API to create custom applications has been added
GET /applications/{application_uuid}
GET /applications/{application_uuid}/calls
POST /applications/{application_uuid}/calls
DELETE /applications/{application_uuid}/calls/{call_id}
POST /applications/{application_uuid}/calls/{call_id}/playbacks
GET /applications/{application_uuid}/nodes
POST /applications/{application_uuid}/nodes
GET /applications/{application_uuid}/nodes/{node_uuid}
DELETE /applications/{application_uuid}/nodes/{node_uuid}
POST /applications/{application_uuid}/nodes/{node_uuid}/calls
PUT /applications/{application_uuid}/nodes/{node_uuid}/calls/{call_id}
DELETE /applications/{application_uuid}/nodes/{node_uuid}/calls/{call_id}
DELETE /applications/{application_uuid}/playbacks/{playback_uuid}
-
New API for relocating calls:
PUT /users/me/relocates/{relocate_uuid}/cancel
-
New field for calls:
dialed_extension
-
New APIs for relocating calls:
GET,POST /users/me/relocates
GET /users/me/relocates/{relocate_uuid}
PUT /users/me/relocates/{relocate_uuid}/complete
-
A new API for getting chat history:
- GET
/1.0/users/me/chats
- GET
-
New attribute
is_caller
for Call objects in routes:GET,POST /calls
GET /calls/{call_id}
GET,POST /users/me/calls
-
New routes for switchboard operations. This is not (yet) related to the current switchboard implementation.
GET /1.0/switchboards/{switchboard_uuid}/calls/held
PUT /1.0/switchboards/{switchboard_uuid}/calls/held/{call_id}
PUT /1.0/switchboards/{switchboard_uuid}/calls/held/{call_id}/answer
-
A new API for switchboard operations. This is not (yet) related to the current switchboard implementation.
GET /1.0/switchboards/{switchboard_uuid}/calls/queued
PUT /1.0/switchboards/{switchboard_uuid}/calls/queued/{call_id}/answer
-
A new parameter for call creation (
POST /calls
andPOST /users/me/calls
)from_mobile
-
A new API for managing voicemails messages:
- GET
/1.0/voicemails/{voicemail_id}
- GET
/1.0/voicemails/{voicemail_id}/folders/{folder_id}
- DELETE
/1.0/voicemails/{voicemail_id}/messages/{message_id}
- GET
/1.0/voicemails/{voicemail_id}/messages/{message_id}
- PUT
/1.0/voicemails/{voicemail_id}/messages/{message_id}
- POST
/1.0/voicemails/{voicemail_id}/messages/{message_id}/recording
- GET
/1.0/users/me/voicemails
- GET
/1.0/users/me/voicemails/folders/{folder_id}
- DELETE
/1.0/users/me/voicemails/messages/{message_id}
- GET
/1.0/users/me/voicemails/messages/{message_id}
- PUT
/1.0/users/me/voicemails/messages/{message_id}
- POST
/1.0/users/me/voicemails/messages/{message_id}/recording
- GET
-
A new
timeout
parameter has been added to the following URL:- POST
/1.0/transfers
- POST
/1.0/users/me/transfers
- POST
-
A new
line_id
parameter has been added to the following URL:- POST
/1.0/calls
- POST
/1.0/users/me/calls
- POST
-
A new API for getting the status of lines:
- GET
/1.0/lines/{id}/presences
- GET
-
A new API for checking the status of the daemon:
- GET
/1.0/status
- GET
-
A new API for updating user presences:
- GET
/1.0/users/{uuid}/presences
- PUT
/1.0/users/{uuid}/presences
- GET
/1.0/users/me/presences
- PUT
/1.0/users/me/presences
- GET
-
New APIs for listing and hanging up calls of a user:
- GET
/1.0/users/me/calls
- DELETE
/1.0/users/me/calls/{id}
- GET
-
New APIs for listing, cancelling and completing transfers of a user:
- GET
/1.0/users/me/transfers
- DELETE
/1.0/users/me/transfers/{transfer_id}
- PUT
/1.0/users/me/transfers/{transfer_id}/complete
- GET
-
POST
/1.0/users/me/transfers
may now return 403 status code. -
Originates (POST
/*/calls
) now return 400 if an invalid extension is given.
-
A new API for making calls from the authenticated user:
- POST
/1.0/users/me/calls
- POST
-
A new API for sending chat messages:
- POST
/1.0/chats
- POST
/1.0/users/me/chats
- POST
-
A new parameter for transfer creation (POST
/1.0/transfers
):variables
-
A new API for making transfers from the authenticated user:
- POST
/1.0/users/me/transfers
- POST