8000 [FW][FIX] voip: broken contact link by fw-bot · Pull Request #9760 · odoo/documentation · GitHub
[go: up one dir, main page]

Skip to content

[FW][FIX] voip: broken contact link #9760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[FIX] voip: broken contact link
Changed https://www.axivox.com/contact into https://www.axivox.com/en/contact
as it didn't exist (anymore).

X-original-commit: f9ab7b7
  • Loading branch information
auva-odoo committed Jun 11, 2024
commit 05f786e77f89c929aab9e25069906fc0cf3ca1ec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Odoo VoIP (Voice over Int 5ED3 ernet Protocol) can be set up to work together with `Ax
<https://www.axivox.com/>`_. In that case, an Asterisk server is **not** necessary, as the
infrastructure is hosted and managed by Axivox.

To use this service, `contact Axivox <https://www.axivox.com/contact/>`_ to open an account. Before
doing so, verify that Axivox covers the company's area, along with the areas the company's users
wish to call.
To use this service, `contact Axivox <https://www.axivox.com/en/contact/>`_ to open an account.
Before doing so, verify that Axivox covers the company's area, along with the areas the company's
users wish to call.

Configuration
=============
Expand Down
0