Skip to main content

101 posts tagged with "wazo-platform"

View All Tags

Wazo Platform 25.15 Released

· 2 min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.15 release.

New features in this release

  • Debian 12 (Bookworm): As of 25.15, the Wazo Platform is now based on Debian 12 (Bookworm). As such, the upgrade procedure is slightly different and may take a little longer than standard upgrades. See the full upgrade guide here for more information.

Technical Features

  • Python 3.11: As part of the upgrade to Debian 12, the Wazo platform now uses Python 3.11 and many Python libraries have been updated as well. So, if you have any custom script please ensure they are compatible with the newer versions.
  • PostgreSQL: The database system PostgreSQL has also been upgrade from version 13 to 15.

Bug fixes

  • Asterisk configuration: asterisk configuration updates would generate spurious warnings about obsolete context parkedcalls being included but missing from dialplan; default wazo-confgend dialplan template has been updated to avoid these warnings;
  • CDR: CDRs for calls to ring groups with linear strategy would omit information on destination user receiving the call; this information is now available in requested_internal_extension field;
  • configuration API: wazo-confd would not consistently handle HTTP request payloads as JSON, depending on Content-Type header; request payload should now be parsed as JSON irrespective of presence of Content-Type header; requests with empty bodies are now rejected as bad requests(invalid JSON);

For more information on the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Sources:

Discussion

Comments or questions in this forum post.

Wazo Platform 25.14 Released

· 2 min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.14 release.

New Features in This Release

  • wazo-agid: Added the ability to override the default p-asserted-identity SIP header format per trunk. The format can be configured by adding a key set_var with the value WAZO_PAI_FORMAT=... in the trunk's endpoints. (default: sip:user@host)

Bug Fixes

  • wazo-auth: PUT /api/auth/0.1/users/$user_uuid/external/mobile is now idempotent. It will now create or update the resource instead of returning a 404 if it doesn't exist.

Technical

  • wazo-agentd-client: client.agents.pause_by_number and client.agents.pause_user_agent now support a reason parameter, which was already supported by the wazo-agentd API endpoints.

Ongoing Features

  • debian bookworm: it is high time for wazo to update its underlying OS layer from debian bullseye to debian bookworm; work is ongoing and the first bookworm release is expected to come at some point before the end of the year; see previous debian dist upgrades for a taste of what an upgrade to the first bookworm-based wazo release should entail

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.13 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.13 release.

Technical

  • database migrations: database migrations scripts originating from release 23.05 and earlier were squashed into a single base migration

Ongoing Features

  • debian bookworm: it is high time for wazo to update its underlying OS layer from debian bullseye to debian bookworm; work is ongoing and the first bookworm release is expected to come at some point before the end of the year; see previous debian dist upgrades for a taste of what an upgrade to the first bookworm-based wazo release should entail

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.11 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.11 release.

Bug Fixes

  • ring group members state: change in asterisk modules loading order in 25.08 caused ring group members to have an 'invalid' asterisk queue member state following asterisk restart

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.10 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.10 release.

New Features in This Release

  • Agent: agentd APIs now expose the queues field in agent status containing per queue status information

Bug Fixes

  • Chat: Presences are now automatically resynchronized after an Asterisk crash
  • Directory: reverse lookup on incoming calls now account for properly configured external directories

Technical

  • Asterisk: Asterisk has been upgraded to 22.4.1. See the Asterisk release announcement
  • SIP templates: the default webrtc sip template now forces usage of SIP session timers with a 5 minutes refresh interval/session timeout, even without explicit support from the SIP user agent, ensuring sip sessions with unresponsive endpoints are detected and terminated

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.09 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.09 release.

New Features in This Release

  • authentication: persistent refresh token metadata support through wazo_auth.metadata plugins

Bug Fixes

  • Asterisk: A deadlock has been fixed in Asterisk when using the shared_lastcall option

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.08 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.08 release.

New Features in This Release

  • ring group: ignore_forward option added to groups API

Technical

  • wazo_auth.idp: interface updated with new method get_backend, allowing compatibility with refresh token method

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.07 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.07 release.

New Features in This Release

  • Block Listing: User now have an API to block phone numbers

Bug Fixes

  • Directories: Fixed a bug preventing users of a tenant with a name containing a "/" (forward slash) to set/reset favorite contacts

Technical

  • Calls: Outgoing anonymous calls are now supported by more operators

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.06 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.06 release.

Ongoing Features

  • Blocklist: enable wazo end-users to manage a personal blocklist of phone numbers from external incoming calls that should not be allowed to call them, empowering users to combat phone spam and harassment

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources

Wazo Platform 25.05 Released

· One min read
The Wazo Platform team

Hello Wazo Platform community!

Here is a short review of the Wazo Platform 25.05 release.

Bug Fixes

  • Call Forwards: enabling the call forward played the wrong sound
  • Performance: having too many users (1000+) configured with push notifications could delay event delivery in certain cases

New Features in This Release

  • Reverse Lookup: multiple number formats are now used during reverse directory lookups. This allows an incoming call to match a contact even if the saved number is in a different format than the caller ID number presented by the operator

Ongoing Features

  • Blocklist: enable wazo end-users to manage a personal blocklist of phone numbers from external incoming calls that should not be allowed to call them, empowering users to combat phone spam and harassment

For more details about the aforementioned topics, please see the changelog.

See you at the next sprint review!

Resources