[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:
parent
99f72bd1d4
commit
1610fec9d5
BIN
crm/optimize/media/voip_config01.png
Normal file
BIN
crm/optimize/media/voip_config01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
BIN
crm/optimize/media/voip_config02.png
Normal file
BIN
crm/optimize/media/voip_config02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
@ -203,14 +203,23 @@ Configure Odoo VOIP
|
|||||||
|
|
||||||
In Odoo, the configuration should be done in the user's preferences.
|
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
|
.. image:: media/voip_config01.png
|
||||||
Configuration". You need to put the IP you define in the http.conf file and the
|
:align: center
|
||||||
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 SIP Login/Browser's Extension is the number you configured previously in the sip.conf file (in our example: 1060).
|
||||||
the http.conf file.
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user