[IMP] crm: Improve VOIP information
"The configuration needs also to be done" sounds very strange. Changed it to "The configuration should also be done". Closes #161
This commit is contained in:
parent
8347f7fdbb
commit
91f2cd2bb8
@ -1,4 +1,4 @@
|
||||
======================
|
||||
ti======================
|
||||
Installation and Setup
|
||||
======================
|
||||
|
||||
@ -192,6 +192,14 @@ 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 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 needs also to 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.
|
||||
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.
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Business 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-18 14:22+0100\n"
|
||||
"POT-Creation-Date: 2016-04-26 10:51+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -530,8 +530,8 @@ msgstr ""
|
||||
msgid "Odoo VOIP"
|
||||
msgstr ""
|
||||
|
||||
#: ../../crm/leads/voip/setup.rst:3
|
||||
msgid "Installation and Setup"
|
||||
#: ../../crm/leads/voip/setup.rst:1
|
||||
msgid "ti====================== Installation and Setup ======================"
|
||||
msgstr ""
|
||||
|
||||
#: ../../crm/leads/voip/setup.rst:6
|
||||
@ -698,8 +698,8 @@ msgstr ""
|
||||
msgid "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."
|
||||
msgstr ""
|
||||
|
||||
#: ../../crm/leads/voip/setup.rst:197
|
||||
msgid "The configuration needs also to 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."
|
||||
#: ../../crm/leads/voip/setup.rst:201
|
||||
msgid "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."
|
||||
msgstr ""
|
||||
|
||||
#: ../../crm/overview.rst:3
|
||||
|
Loading…
Reference in New Issue
Block a user