> For the complete documentation index, see [llms.txt](https://support.portsip.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.portsip.com/apps-guides/summary-of-changes.md).

# Summary of Changes

### Changes for Release v10.9.2

**Release Date:** July 1, 2026

#### Fixes

* Fixed an issue where shared file URLs in MMS and WhatsApp messages could be generated incorrectly when PortSIP PBX was deployed without PortSIP SBC.
* Fixed missing language text for the Selective Call Rejection and Selective Call Acceptance Feature Access Codes.

***

### Changes for Release v10.9.1

**Release Date:** June 26, 2026

#### New Features and Improvements

**Ring Groups and Call Queues**

* Improved missed call reporting for Ring Groups and Call Queues in simultaneous ringing scenarios.
* Improved call park prompts to provide a clearer user experience.

**Contacts and Caller Identification**

* Improved contact matching logic.
* Enabled P-Asserted-Identity (PAI) by default and gave it higher priority for contact matching.
* Added a setting to configure the display priority for matched incoming call contacts.
* Improved mobile contact matching by ignoring special characters in contact phone numbers.

**PortSIP ONE Client**

* Added voicemail greeting management in the client.
* Added an iOS setting to control whether call history is synchronized with the native phone call log.
* Added support for mobile devices that use virtual navigation buttons.

**SMS, MMS, and WhatsApp**

* Added support for WhatsApp message templates.
* Added detection for the WhatsApp 24-hour messaging session status.
* Added support for sending media files through SMS, MMS, and WhatsApp.

#### Fixes

* Fixed an issue where the desktop client could display a blank white screen after a laptop resumed from extended sleep or hibernation.
* Fixed an issue where the transfer button could occasionally become unresponsive after a high volume of calls and call transfers.
* Fixed an issue where user names could be displayed incorrectly for both parties after an attended transfer.
* Fixed an issue where the desktop client might not receive incoming call notifications after being minimized.
* Fixed an issue where deleting a one-to-one IM conversation on mobile did not clear the previous chat history.
* Fixed push notification issues on some Android devices.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.portsip.com/apps-guides/summary-of-changes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
