PCE Capacity Change

If you assigned capacity for a Cloud PBX during creation, or the capacity of existing Cloud PBX(s) is resized, Yeastar Central Management will send an event report to the third-party application.

Report parameters

The report contains a list of Cloud PBXs whose capacity have been changed. The parameters for a single Cloud PBX are as follows.
Parameter Type Description
modifier String The operator who modified the Cloud PBX capacity.
repository Object<PBX_info> The detailed information of the Cloud PBX capacity.
sn String PBX's serial number.
updateTime Integer The timestamp of the time that the event occurred.
PBX_info
Parameter Type Description
extensions String The extension capacity of Cloud PBX.
transcription String The number of one-time AI transcription minutes not included in the PBX plan.
receptionist String The number of one-time AI receptionist not included in the PBX plan.
concurrentCalls String The concurrent call capacity of Cloud PBX.
enableCallRecording String Whether the call recording feature of Cloud PBX is enabled or not.
  • yes
  • no
receptionist_pack String The number of the PBX's monthly quota packs of AI receptionist.
recordingCapacity String The call recording capacity of the Cloud PBX.
transcription_pack String The number of the PBX's monthly quota packs of AI transcription.

Report examples

After resizing the number of one-time AI transcription minutes for a Cloud PBX to 200, the report contains the detailed information of the Cloud PBX capacity as follows:

[
  {
    "modifier":"leo@yeastar.com",
    "repository": {
      "extensions":"5",
      "transcription":"200",
      "receptionist":"0",
      "concurrentCalls":"5",
      "enableCallRecording":"yes",
      "receptionist_pack":"0",
      "recordingCapacity":"500",
      "transcription_pack":"0"
    },
    "sn":"36XXXXXXXXXXXXKH",
    "updateTime":1773110920
  }
]