Storage

Archive Recordings to Google Cloud Storage

This article will walk through the process of archiving call recordings to a Google Cloud Platform storage bucket.

Requirements

  • You must have a Google Cloud Platform account, with the minimum roles of:
    • Service Account Admin
    • Service Account Key Admin
    • Project IAM Admin
    • Storage Admin
  • This will create a storage account which will be charged consumption-based rates, so ensure you have approval for these charges.

Lite or Per-User Plans

As this is changed via the backend phone system management console, if you are on a Lite or per-user plan, our team will need to make part of this change on your behalf. You can reach out to partners@bvoip.com and reference this document for the quickest assistance.

Create the Service Account

  1. Create a new project in Google Cloud with whichever name you prefer and select that project.
  2. On the left side of the new page, click Credentials.
  3. In the top menu, go to Create Credentials > Service account.
  4. Enter a name for the service account and click Create and Continue.

  5. Under Select a role, search for "storage admin" and select Storage Admin.
    image-png-Feb-22-2024-08-37-59-3528-PM
  6. Click Continue
  7. Click Done at the bottom.
  8. Click your account name under Service Accounts.

  9. In the Keys menu at the top, go to Add Key > Create new key.

  10. Select JSON and click Create.
  11. The key is automatically downloaded, and you'll need that file later on.

Create the Storage Account

  1. In the top bar search and go to Buckets.
  2. Click Create in the top left.
  3. Enter a name and click Continue.
  4. Select the region you want to use for storage and click Continue.

  5. Select the storage class and click Continue. This depends on how frequently you need to access this data, as the lower tiers are cheaper to write but far more expensive to read.
  6. Click Continue for access control unless you have a need otherwise.
  7. Set any advanced retention settings if you see fit, then click Create. The values below are just an example, set this per your own requirements.
  8. Confirm the Public Access Restriction.

Setting up the Archival Process

  1. Login to the bvoip phone system.
  2. On the right side of the home Overview page, click the Phone system console link to open the phone system management console.
  3. Under PBX Status click on Recording.
    image-png-Mar-20-2024-03-55-32-1520-PM

  4. Click the Location button in the top bar.
  5. Check Enable Remote Archiving and then set Google Storage as your Location Type.
  6. Click Upload and upload your downloaded json file from above.
    image-png-Mar-21-2024-06-52-55-5565-PM
  7. Click the three dots to the right of Select Folder/Path.
    image-png-Mar-20-2024-03-59-49-6634-PM
  8. Select the Bucket you created and click Ok. If you created a subfolder, you can select it here.
  9. Check Archive Schedule Policy and set whichever schedule you'd like.
  10. Press Ok to save your settings.
  11. Once your schedule has passed you will find that the WAV recordings have been copied into your Google Storage Bucket, with individual folders for each extension.

Retention Settings

This simply copies the recordings to the bucket, it does not delete them from the phone system after doing so.

If you are looking to conserve space here, ensure that you also configure the retention settings per our Managing Storage Space article so that recordings are deleted after a certain number of days. Do note if your recordings are deleted faster than they are archived, some will be lost.