|
1 | | -===================================== |
2 | | -Use VoIP services in Odoo with Axivox |
3 | | -===================================== |
4 | | - |
5 | | -Introduction |
6 | | -============ |
7 | | - |
8 | | -Odoo VoIP can be set up to work together with `Axivox <https://www.axivox.com/>`_. In that case, an |
9 | | -Asterisk server is not necessary as the infrastructure, as it is hosted and managed by Axivox. |
10 | | - |
11 | | -To use this service, `contact Axivox <https://www.axivox.com/contact/>`_ to open an account. Before |
12 | | -doing so, verify that Axivox covers your area and the areas you wish to call. |
13 | | - |
14 | | -Configuration |
15 | | -============= |
16 | | - |
17 | | -Go to :menuselection:`Apps` and install the **VoIP Module**. |
18 | | - |
19 | | -.. image:: axivox/voip-installation.png |
20 | | - :align: center |
21 | | - :alt: VoIP module installation on an Odoo database |
22 | | - |
23 | | -Go to :menuselection:`Settings --> General Settings --> Integrations`, and fill out the **Asterisk |
24 | | -(VoIP)** field: |
25 | | - |
26 | | -- **PBX Server IP**: set the domain created by Axivox for your account (e.g., |
27 | | - *yourcompany.axivox.com*) |
28 | | -- **WebSocket**: type in ``wss://pabx.axivox.com:3443`` |
29 | | -- **VoIP Environment**: set as *Production* |
30 | | - |
31 | | -.. image:: axivox/voip-configuration.png |
32 | | - :align: center |
33 | | - :alt: Integration of Axivox as VoIP provider in an Odoo database |
34 | | - |
35 | | -Configure the VOIP user in the Odoo's user |
36 | | ------------------------------------------- |
37 | | - |
38 | | -Go to :menuselection:`Settings --> Users & Companies --> Users`, then open the user's form you want |
39 | | -to configure. Under the **Preferences** tab, fill out the section **PBX Configuration**: |
40 | | - |
41 | | -- **SIP Login / Browser's Extension**: the Axivox *username* |
42 | | -- **SIP Password**: the Axivox *SIP Password* |
43 | | - |
44 | | -.. image:: axivox/odoo-user.png |
45 | | - :align: center |
46 | | - :alt: Integration of Axivox user in the Odoo user preference |
47 | | - |
48 | | -.. note:: |
49 | | - You can find all this information by logging in at https://manage.axivox.com/, selecting the user |
50 | | - you want to configure, and referring to the fields as pictured below. |
51 | | - |
52 | | - .. image:: axivox/manager-sip.png |
53 | | - :align: center |
54 | | - :alt: SIP credentials in the Axivox manager |
55 | | - |
56 | | -Phone Calls |
57 | | -=========== |
58 | | - |
59 | | -You can make phone calls by clicking on the phone icon in the navigation bar. |
60 | | - |
61 | | -You can also receive phone calls. Odoo rings and displays a notification. |
62 | | - |
63 | | -.. note:: |
64 | | - Your number is the one provided by Axivox. |
65 | | - |
66 | | -.. image:: axivox/incoming-call.png |
67 | | - :align: center |
68 | | - :alt: Incoming VoIP call in Odoo |
69 | | - |
70 | | -.. tip:: |
71 | | - If you see a *Missing Parameter* message in the **Odoo softphone**, refresh your Odoo window and |
72 | | - try again. |
73 | | - |
74 | | - .. image:: axivox/missing-parameter.png |
75 | | - :align: center |
76 | | - :alt: "Missing Parameter" error message in the Odoo softphone |
77 | | - |
78 | | -.. tip:: |
79 | | - If you see an *Incorrect Number* message in the Odoo softphone, make sure to use the |
80 | | - international format, leading with the plus (+) sign followed by the international country code. |
81 | | - E.g., +16506913277 (where +1 is the international prefix for the United States). |
82 | | - |
83 | | - .. image:: axivox/incorrect-number.png |
84 | | - :align: center |
85 | | - :alt: "Incorrect Number" error message in the Odoo softphone |
| 1 | +:nosearch: |
| 2 | + |
| 3 | +==================== |
| 4 | +Axivox configuration |
| 5 | +==================== |
| 6 | + |
| 7 | +.. toctree:: |
| 8 | + :titlesonly: |
| 9 | + |
| 10 | + axivox/axivox_config |
| 11 | + axivox/manage_users |
| 12 | + axivox/vm_audio_messages |
| 13 | + axivox/dynamic_caller_id |
| 14 | + axivox/conference_calls |
| 15 | + axivox/dial_plan_basics |
| 16 | + axivox/dial_plan_advanced |
| 17 | + axivox/call_queues |
0 commit comments