diff --git a/content/applications/general/voip/axivox.rst b/content/applications/general/voip/axivox.rst index a2981475b..96c5428a9 100644 --- a/content/applications/general/voip/axivox.rst +++ b/content/applications/general/voip/axivox.rst @@ -17,7 +17,7 @@ Configuration Go to :menuselection:`Apps` and install the **VoIP Module**. -.. image:: media/axivox-voip-installation.png +.. image:: axivox/voip-installation.png :align: center :alt: VoIP module installation on an Odoo database @@ -29,21 +29,28 @@ Go to :menuselection:`Settings --> General Settings --> Integrations`, and fill - **WebSocket**: type in ``wss://pabx.axivox.com:3443`` - **VoIP Environment**: set as *Production* -.. image:: media/axivox-voip-configuration.png +.. image:: axivox/voip-configuration.png :align: center :alt: Integration of Axivox as VoIP provider in an Odoo database +Configure the VOIP user in the Odoo's user +------------------------------------------ + 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* +.. image:: axivox/odoo-user.png + :align: center + :alt: Integration of Axivox user in the Odoo user preference + .. 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 + .. image:: axivox/manager-sip.png :align: center :alt: SIP credentials in the Axivox manager @@ -57,7 +64,7 @@ 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 +.. image:: axivox/incoming-call.png :align: center :alt: Incoming VoIP call in Odoo @@ -65,7 +72,7 @@ You can also receive phone calls. Odoo rings and displays a notification. If you see a *Missing Parameter* message in the **Odoo softphone**, refresh your Odoo window and try again. - .. image:: media/axivox-missing-parameter.png + .. image:: axivox/missing-parameter.png :align: center :alt: "Missing Parameter" error message in the Odoo softphone @@ -74,6 +81,6 @@ You can also receive phone calls. Odoo rings and displays a notification. 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 + .. image:: axivox/incorrect-number.png :align: center :alt: "Incorrect Number" error message in the Odoo softphone \ No newline at end of file diff --git a/content/applications/general/voip/media/axivox-incoming-call.png b/content/applications/general/voip/axivox/incoming-call.png similarity index 100% rename from content/applications/general/voip/media/axivox-incoming-call.png rename to content/applications/general/voip/axivox/incoming-call.png diff --git a/content/applications/general/voip/media/axivox-incorrect-number.png b/content/applications/general/voip/axivox/incorrect-number.png similarity index 100% rename from content/applications/general/voip/media/axivox-incorrect-number.png rename to content/applications/general/voip/axivox/incorrect-number.png diff --git a/content/applications/general/voip/media/axivox-manager-sip.png b/content/applications/general/voip/axivox/manager-sip.png similarity index 100% rename from content/applications/general/voip/media/axivox-manager-sip.png rename to content/applications/general/voip/axivox/manager-sip.png diff --git a/content/applications/general/voip/media/axivox-missing-parameter.png b/content/applications/general/voip/axivox/missing-parameter.png similarity index 100% rename from content/applications/general/voip/media/axivox-missing-parameter.png rename to content/applications/general/voip/axivox/missing-parameter.png diff --git a/content/applications/general/voip/axivox/odoo-user.png b/content/applications/general/voip/axivox/odoo-user.png new file mode 100644 index 000000000..1d3ed8004 Binary files /dev/null and b/content/applications/general/voip/axivox/odoo-user.png differ diff --git a/content/applications/general/voip/media/axivox-voip-configuration.png b/content/applications/general/voip/axivox/voip-configuration.png similarity index 100% rename from content/applications/general/voip/media/axivox-voip-configuration.png rename to content/applications/general/voip/axivox/voip-configuration.png diff --git a/content/applications/general/voip/media/axivox-voip-installation.png b/content/applications/general/voip/axivox/voip-installation.png similarity index 100% rename from content/applications/general/voip/media/axivox-voip-installation.png rename to content/applications/general/voip/axivox/voip-installation.png