diff --git a/general/voip.rst b/general/voip.rst
index 0f1a224db..822b760a5 100644
--- a/general/voip.rst
+++ b/general/voip.rst
@@ -7,4 +7,4 @@ VoIP (Voice over Internet Protocol)
voip/asterisk
voip/onsip
- voip/asterisk
\ No newline at end of file
+ voip/axivox
\ No newline at end of file
diff --git a/general/voip/asterisk.rst b/general/voip/asterisk.rst
index 8fe192be6..944561229 100644
--- a/general/voip/asterisk.rst
+++ b/general/voip/asterisk.rst
@@ -1,5 +1,5 @@
============================================
-Configure your VOIP Asterisk server for Odoo
+Configure your VoIP Asterisk server for Odoo
============================================
Installing Asterisk server
diff --git a/general/voip/axivox.rst b/general/voip/axivox.rst
new file mode 100644
index 000000000..a2981475b
--- /dev/null
+++ b/general/voip/axivox.rst
@@ -0,0 +1,79 @@
+=====================================
+Use VoIP services in Odoo with Axivox
+=====================================
+
+Introduction
+============
+
+Odoo VoIP can be set up to work together with `Axivox `_. In that case, an
+:doc:`Asterisk server ` is not necessary as the infrastructure is hosted and managed by
+Axivox.
+
+To use this service, `contact Axivox `_ to open an account. Before
+doing so, verify that Axivox covers your area and the areas you wish to call.
+
+Configuration
+=============
+
+Go to :menuselection:`Apps` and install the **VoIP Module**.
+
+.. image:: media/axivox-voip-installation.png
+ :align: center
+ :alt: VoIP module installation on an Odoo database
+
+Go to :menuselection:`Settings --> General Settings --> Integrations`, and fill out the **Asterisk
+(VoIP)** field:
+
+- **PBX Server IP**: set the domain created by Axivox for your account (e.g.,
+ *yourcompany.axivox.com*)
+- **WebSocket**: type in ``wss://pabx.axivox.com:3443``
+- **VoIP Environment**: set as *Production*
+
+.. image:: media/axivox-voip-configuration.png
+ :align: center
+ :alt: Integration of Axivox as VoIP provider in an Odoo database
+
+Go to :menuselection:`Settings --> Users & Companies --> Users`, then open the user's form you want
+to configure. Under the **Preferences** tab, fill out the section **PBX Configuration**:
+
+- **SIP Login / Browser's Extension**: the Axivox *username*
+- **SIP Password**: the Axivox *SIP Password*
+
+.. note::
+ You can find all this information by logging in at https://manage.axivox.com/, selecting the user
+ you want to configure, and referring to the fields as pictured below.
+
+ .. image:: media/axivox-manager-sip.png
+ :align: center
+ :alt: SIP credentials in the Axivox manager
+
+Phone Calls
+===========
+
+You can make phone calls by clicking on the phone icon in the navigation bar.
+
+You can also receive phone calls. Odoo rings and displays a notification.
+
+.. note::
+ Your number is the one provided by Axivox.
+
+.. image:: media/axivox-incoming-call.png
+ :align: center
+ :alt: Incoming VoIP call in Odoo
+
+.. tip::
+ If you see a *Missing Parameter* message in the **Odoo softphone**, refresh your Odoo window and
+ try again.
+
+ .. image:: media/axivox-missing-parameter.png
+ :align: center
+ :alt: "Missing Parameter" error message in the Odoo softphone
+
+.. tip::
+ If you see an *Incorrect Number* message in the Odoo softphone, make sure to use the
+ international format, leading with the plus (+) sign followed by the international country code.
+ E.g., +16506913277 (where +1 is the international prefix for the United States).
+
+ .. image:: media/axivox-incorrect-number.png
+ :align: center
+ :alt: "Incorrect Number" error message in the Odoo softphone
\ No newline at end of file
diff --git a/general/voip/media/axivox-incoming-call.png b/general/voip/media/axivox-incoming-call.png
new file mode 100644
index 000000000..23e3dbc08
Binary files /dev/null and b/general/voip/media/axivox-incoming-call.png differ
diff --git a/general/voip/media/axivox-incorrect-number.png b/general/voip/media/axivox-incorrect-number.png
new file mode 100644
index 000000000..669094c60
Binary files /dev/null and b/general/voip/media/axivox-incorrect-number.png differ
diff --git a/general/voip/media/axivox-manager-sip.png b/general/voip/media/axivox-manager-sip.png
new file mode 100644
index 000000000..d51817c04
Binary files /dev/null and b/general/voip/media/axivox-manager-sip.png differ
diff --git a/general/voip/media/axivox-missing-parameter.png b/general/voip/media/axivox-missing-parameter.png
new file mode 100644
index 000000000..528ec6c14
Binary files /dev/null and b/general/voip/media/axivox-missing-parameter.png differ
diff --git a/general/voip/media/axivox-voip-configuration.png b/general/voip/media/axivox-voip-configuration.png
new file mode 100644
index 000000000..9ede22f10
Binary files /dev/null and b/general/voip/media/axivox-voip-configuration.png differ
diff --git a/general/voip/media/axivox-voip-installation.png b/general/voip/media/axivox-voip-installation.png
new file mode 100644
index 000000000..5590837b2
Binary files /dev/null and b/general/voip/media/axivox-voip-installation.png differ
diff --git a/general/voip/onsip.rst b/general/voip/onsip.rst
index e25a222bd..7c403cb30 100644
--- a/general/voip/onsip.rst
+++ b/general/voip/onsip.rst
@@ -1,5 +1,5 @@
====================================
-Use VOIP services in Odoo with OnSIP
+Use VoIP services in Odoo with OnSIP
====================================
Introduction
diff --git a/redirects.txt b/redirects.txt
index db29e8b9c..f3178c743 100644
--- a/redirects.txt
+++ b/redirects.txt
@@ -173,5 +173,5 @@ discuss/plan_activities.rst discuss/overview/plan_activities.rst # (#6
discuss/team_communication.rst discuss/overview/team_communication.rst # (#655)
discuss/overview.rst discuss/overview/get_started.rst # (#655)
-crm/optimize/onsip.rst general/voip/onsip.rst # crm/optimize/* --> general/voip/*
-crm/optimize/setup.rst general/voip/asterisk.rst # crm/optimize/setup --> general/voip/asterisk
+crm/optimize/onsip.rst general/voip/onsip.rst # crm/optimize/* --> general/voip/*
+crm/optimize/setup.rst general/voip/asterisk.rst # crm/optimize/setup --> general/voip/asterisk
\ No newline at end of file