We will soon add a new field to the extensions API; mobile.
The mobile field will contain the mobile number of the extension.

Methods for terminating calls for a user.

POST https://api.telavox.se/hangup

Terminates an ongoing call for the logged in user

Parameters:

Response:

{200 OK} Or error with description
Toggle response description
Field Description

Examples:

https://api.telavox.se/hangup
If a call is currently ongoing for the logged in user that will be terminated and a OK message will be recieved. <br/>If no call is found to be ongoing for the logged in user a 400 response with message "No call to hangup" will be recieved