[FIX] crm: Improve VOIP User Doc (#525)

VOIP was refactored to move this in "Settings / General Settings" under
the "Integrations" subsection.
This commit is contained in:
Alex Tuyls 2020-01-14 10:33:20 +01:00 committed by Richard Mathot
parent 99f72bd1d4
commit 1610fec9d5
3 changed files with 19 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -203,14 +203,23 @@ Configure Odoo VOIP
In Odoo, the configuration should be done in the user's preferences.
The SIP Login/Browser's Extension is the number you configured previously in the
sip.conf file. In our example, 1060. The SIP Password is the secret you chose in
the sip.conf file. The extension of your office's phone is not a required field
but it is used if you want to transfer your call from Odoo to an external phone
also configured in the sip.conf file.
The configuration should also be done in the sale settings under the title "PBX
Configuration". You need to put the IP you define in the http.conf file and the
WebSocket should be: ws://127.0.0.1:8088/ws. The part "127.0.0.1" needs to be
the same as the IP defined previously and the "8088" is the port you defined in
the http.conf file.
.. image:: media/voip_config01.png
:align: center
- The SIP Login/Browser's Extension is the number you configured previously in the sip.conf file (in our example: 1060).
- The SIP Password is the secret you chose in the sip.conf file.
- The extension of your office's phone is not a required field but it is used if you want to transfer your call from Odoo to an external phone also configured in the sip.conf file.
The configuration should also be done in the General Settings under the "Integrations" section.
.. image:: media/onsip02.png
:align: center
- The PBX Server IP should be the same as the IP you define in the http.conf file.
- The WebSocket should be: ws://localhost:XXXX/ws where "localhost" needs to be the same as the IP defined previously and "XXXX" needs to be the port defined in the http.conf file.