# Zoom Phone - December 17th, 2022 ## REST APIs ## Enhancements - Allow query data more than 6 months old in **Get call recordings** API: - `GET /v2/phone/recordings` - New `busy_action` request and response field and object `busy_connect_operator` in **Setting Template APIs**: - `GET /v2/phone/setting_templates/{templateId}` - `PATCH /v2/phone/setting_templates/{templateId}` ## Bug Fixes - Fixed the bug that the audio of wave format uploaded can not be played normally in **Batch add audio** API: - `POST /v2/phone/users/{userId}/audios/batch` - Fixed the `ring_mode`, `max_wait_time` update bugs in **Update a call handling setting** API: - `PATCH /v2/phone/extension/{extensionId}/call_handling/settings/{settingType}` ## Webhooks ### Bug Fixes - Fixed the loss of `extension_type` in callee webhook events: - `phone.callee_ringing` - `phone.callee_answered` - `phone.callee_ended` - Fixed the bug that the `callee_number_source`, `caller_number_source` fields are inaccurate in **Call log completed** webhook events: - `phone.callee_call_log_completed` - `phone.caller_call_log_completed`