The latest Ringotel update is here, and it’s one of our most significant to date. Here is a look at the key features and enhancements in this release.
TL;DR

Ringotel now supports Single Sign-On via Google and Microsoft 365. This allows users to authenticate using their existing corporate credentials, eliminating the need for separate passwords. This update streamlines the onboarding process for large teams and allows IT administrators to enforce centralised multi-factor authentication (MFA) policies.
The SSO integration can be enabled like any other integration on the organisation level.
Once the integration is configured, the welcome email will include updated instrictions. The QR code will also automatically navigate users to the connected service for authentication. Also, the softphone's login screen will include the SSO authentication option:
Note:
Users need to have an email address associated with their Google or MS 365 accounts specified in their settings.
This release grants users the ability to reset their own passwords directly through the application, reducing the volume of basic support tickets for administrators.
On the updated Login Page UI, users can now press the "Forgot password?" button if they have forgotten their login credentials or if their password link has been invalidated. After providing the organisation domain and username, the system will send an email with password reset instructions.

Note:
Users need to have their email address specified in their Ringotel account settings.
We have also refreshed the Login Screen UI, making it more user-friendly and with added support for the latest features, such as SSO login and password reset.
Initially, the login screen displayed only a “Domain” field, which, when filled in, provides users with authentication methods.
It also improves the user experience on the initial screen by offering a clear button to scan the QR code.
To support healthcare and legal service providers, we have introduced a Message Time-To-Live (TTL) setting for SMS. Administrators can now configure automatic deletion intervals for text messages at the number level. This ensures that sensitive patient or client data is not stored indefinitely on the platform, directly supporting HIPAA compliance and internal data retention policies.

The application now supports the G722 audio codec, providing high-definition voice quality for clearer conversations. You can now select G722 in the audio codec selection in the connection settings.

The desktop app for PC, Mac, and Linux has been updated with audio-visual alerts on BLF status change, that trigger whenever a BLF (Busy Lamp Field) button state changes. You can enable the status change alerts in the BLF button settings:

We have launched a native integration with Copper CRM that offers the following features:
More on integration here.
QuickBooks integration offers the following features:
Find out more about the integration setup in our help centre.
Recruit CRM integration is now available offering the following features:
Find out more in our help centre.
To sync a record about an outbound or inboud call, send a "message" method with the "content" object that describes the calls detail and the "type" parameter with the value of number 8.
{ "method": "message",
"params":{
"sessionid": "1738273559644-acb978e33dd4646786",
"content": {
"activity_type":"outbound",
"call_duration":105,
"caller_number":"9009",
"called_number":"380820432435",
"call_subject":"Brieff Utterances",
"call_summary":"The conversation consists of brief, repetitive utterances from both speakers, primarily 'Oh' and 'I don't know'.",
"call_transcription":"17191774976125638450-1759295823160-e4984da8007a55ac96.json"
},
"type": 8,
"orgid": "17076444409917912922"
}
}