diff --git a/crm/optimize/media/voip_config01.png b/crm/optimize/media/voip_config01.png new file mode 100644 index 000000000..09cf4b85d Binary files /dev/null and b/crm/optimize/media/voip_config01.png differ diff --git a/crm/optimize/media/voip_config02.png b/crm/optimize/media/voip_config02.png new file mode 100644 index 000000000..3a5f2cf11 Binary files /dev/null and b/crm/optimize/media/voip_config02.png differ diff --git a/crm/optimize/setup.rst b/crm/optimize/setup.rst index 930f54dc1..8fe192be6 100644 --- a/crm/optimize/setup.rst +++ b/crm/optimize/setup.rst @@ -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. +