Updates in 2026

This topic describes the latest updates to Yeastar Central Management guides in 2026.

Updates in January

Release Date Category Description Reference
Administrator Guide
2026-1-10 Added Trunk Sharing Added description for Trunk Access Control feature, which allows you to grant resellers the permission to assign your shared trunks and DID numbers directly to their managed cloud PBXs. Assign Trunk Access Permission to Users
Updated Dashboard Updated description for Dashboard: You can view weekly (monthly) peak registration number for each terminal type over the past 24 weeks (12 months) for cloud PBXs. Dashboard Overview
Updated Cloud PBX Added description for Trunk Configuration Access configuration option, which can be used to control whether PBX users can add or import trunks on their Cloud PBXs. Enable or Disable Trunk Configuration Access for a P-Series Cloud PBX
Updated description for Assigned DIDs: Added support for assigning shared trunks and their associated DID numbers authorized by the service provider to your managed Cloud PBXs. Assign DID Numbers to a P-Series Cloud PBX
Updated description for White Label: Added support for customizing theme settings for light mode and dark mode within Cloud PBX white-label template. Customize Your Own Brand of Cloud PBXs
Updated description for Resource Overview: Added support for monitoring peak registration number for each terminal type on a Cloud PBX over the last 24 weeks or the last 12 months. Check System Resources of a P-Series Cloud PBX
Updated Software PBX

Updated description for White Label: Added support for customizing theme settings for light mode and dark mode within Software PBX white label template.

Customize Your Own Brand of Software PBXs
Updated User Updated description for User Permissions related to Cloud PBX:
  • Replaced the Other Options permission with more detailed permissions, including Add, Start PBX, Stop PBX, Resize Capacity, etc., implementing more refined permission control.
  • Added support for granting users the permission to set Trunk Configuration Access option, which allows them to control whether the PBX users can add or import trunks on the PBX.
  • Added support for granting your colleagues the permission to use Trunk Access Control feature, which allows them to grant the access permission of their shared trunks and DID numbers to resellers to assign the resources to Cloud PBXs.
Developer Guide
2026-1-10 Added Trunk Access Control Added description of the following API interfaces:
  • Added an interface /dm/open_api/v1/trunk_acl/page to query trunk access permissions granted to the resellers.
  • Added an interface /dm/open_api/v1/trunk_acl/{ys_id} to query trunk access permissions granted to a specific user.
  • Added an interface /dm/open_api/v1/trunk_acl/dids to query specific trunk access permissions granted to a specific user.
  • Added an interface /dm/open_api/v1/trunk_acl/trunk_acl to create, update and delete the trunk access permissions for specified resellers.
API Interface Summary List
Added Shared Trunk Added description of the API interface /dm/open_api/v1/shared_trunk/name/acl, which is used to query all shared trunks you created and those assigned from your service provider. Query Available Shared Trunks
Added DID Management Added description of the API interfaces /dm/open_api/v1/did_management/usable, which is used to query DID numbers that can be assigned to cloud PBXs or subordinate users. Query Available DID Numbers of Specific Trunk
Added User Added description of the API interfaces /dm/open_api/v1/users/subordinates, which is used to query the information of all subordinate users, including ID, name, email. Query All Subordinate Users
Updated Cloud PBX Updated description for the API interfaces used to create a Cloud PBX:
  • Added a request parameter autoActivated, which can be used to enable or disable automatically activating the Cloud PBX.
  • Added a request parameter cloudPbxInitialConfigRequest, which can be used to provide the values of PBX configurations during PBX initialization.
  • Added a request parameter trunkConfigurationAccess, which can be used to control whether the PBX users can add or import trunks on the Cloud PBX.
Create a Cloud PBX
Updated description for the API interfaces used to update a Cloud PBX: Added a request parameter trunkConfigurationAccess, which can be used to control whether the PBX users can add or import trunks on the PBX. Update the Information of a Cloud PBX
Updated description for the API interfaces used to query the information of Cloud PBXs:
  • Added a response parameter autoActivated, which indicates whether the PBX was automatically activated and provisioned via API.
  • Added a response parameter trunkConfigurationAccess, which indicates whether the PBX users are allowed to add or import trunks on the Cloud PBX.
  • Added a response parameter cloudPbxPeakInfoDTO, which provides the PBX's historical resource utilization over the last 2 months, including the peak registration number for each terminal type, the peak number of concurrent calls, and the sum of used recording minutes.