Daily updates from Odoo
Thursday, October 30, 2025
1 change · saas-18.2
Enhancements to existing features
VoIP now tries to unregister a browser tab when it is closed and shortens how long unused phone registrations remain active. This helps customers avoid hitting provider registration limits when users have multiple Odoo tabs open.
Original PR description
Some providers like OnSIP allow for a limited number of registrations per user. This is a problem in Odoo because each tab opened creates a new registration for one hour. This commit mitigates the problems in two ways: - Sends an "unregister" request onbeforeunload to try to invalidate the registration upon closing the tab. - Reduces the TTL of registrations so that they get invalidated quicker in case the unregistration failed. Forward-Port-Of: odoo/enterprise#98305 Forward-Port-Of: odoo/enterprise#97963