In the case when the request method is GET, the data will be contained in the request header, if the request method is POST, the data will be contained in the request body. In both cases, the data is in the format application/x-www-form-urlencoded.
| | |
---|
old_status_id | integer | ID of the old status that was changed. If null, then the status was just added to the incremental one, and not changed (there was no status before this) |
new_status_id | integer | The ID of the new status that was changed to. If null, then the status was just removed from the extension, and not changed (now the status is missing) |
extension_id | integer | Identifier of the telephone terminal on which the status change occurred |
change_dt | string | Status change time |
event_type | string | Event type. For this type of event, it always takes the value "call-status-change" |
client_id | integer | Client ID |
extension_name | string | The telephone terminal where the status change occurred |