8000 [ADD] OnSIP doc · odooexperts/documentation-user@f1af16b · GitHub
[go: up one dir, main page]

Skip to content

Commit f1af16b

Browse files
fhe-odoojorenvo
authored andcommitted
[ADD] OnSIP doc
Closes odoo#247
1 parent cb5cc93 commit f1af16b

File tree

8 files changed

+79
-0
lines changed

8 files changed

+79
-0
lines changed

crm/leads/voip.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Odoo VOIP
66
:titlesonly:
77

88
voip/setup
9+
voip/onsip

crm/leads/voip/media/onsip01.png

26.3 KB
Loading

crm/leads/voip/media/onsip02.png

48.2 KB
Loading

crm/leads/voip/media/onsip03.png

113 KB

crm/leads/voip/media/onsip04.png

13 KB
Loading

crm/leads/voip/media/onsip05.png

16.4 KB
Loading

crm/leads/voip/media/onsip06.png

57.1 KB
Loading

crm/leads/voip/onsip.rst

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
===================
2+
OnSIP Configuration
3+
===================
4+
5+
Introduction
6+
============
7+
8+
Odoo VoIP can be set up to work together with OnSIP (www.onsip.com). In that case, the installation and setup of an Asterisk server is not necessary as the whole infrastructure is hosted and managed by OnSIP.
9+
10+
You will need to open an account with OnSIP to use this service. Before doing so, make sure that your area and the areas you wish to call are covered by the service. After opening an OnSIP account, follow the configuration procedure below.
11+
12+
Configuration
13+
=============
14+
15+
Go to Apps and install the module **VoIP OnSIP**.
16+
17+
.. image:: media/onsip01.png
18+
:align: center
19+
20+
Go to Settings/General Settings. In the section Integrations/Asterisk (VoIP), fill in the 3 fields:
21+
22+
- **OnSIP Domain** is the domain you chose when creating an account on www.onsip.com. If you don't know it, log in to https://admin.onsip.com/ and you will see it in the top right corner of the screen.
23+
- **WebSocket** should contain wss://edge.sip.onsip.com
24+
- **Mode** should be Production
25+
26+
.. image:: media/onsip02.png
27+
:align: center
28+
29+
Go to **Settings/Users**. In the form view of each VoIP user, in the Preferences tab, fill in the section **PBX Configuration**:
30+
31+
- **SIP Login / Browser's Extension**: the OnSIP 'Username'
32+
- **OnSIP authorization User**: the OnSIP 'Auth Username'
33+
- **SIP Password**: the OnSIP 'SIP Password'
34+
- **Handset Extension**: the OnSIP 'Extension'
35+
36+
You can find all this information by logging in at https://admin.onsip.com/users, then select the user you want to configure and refer to the fields as pictured below.
37+
38+
.. image:: media/onsip03.png
39+
:align: center
40+
41+
You can now make phone calls by clicking the phone icon in the top right corner of Odoo (make sure you are logged in as a user properly configured in Odoo and in OnSIP).
42+
43+
.. note::
44+
45+
If you see a *Missing Parameters* message in the Odoo softphone, make sure to refresh your Odoo window and try again.
46+
47+
.. image:: media/onsip04.png
48+
:align: center
49+
50+
.. note::
51+
52+
If you see an *Incorrect Number* message in the Odoo softphone, make sure to use the international format, leading with the plus (+) sign followed by the international country code. E.g.: +16506913277 (where +1 is the international prefix for the United States).
53+
54+
.. image:: media/onsip05.png
55+
:align: center
56+
57+
You can now also receive phone calls. Your number is the one provided by OnSIP. Odoo will ring and display a notification.
58+
59+
.. image:: media/onsip06.png
60+
:align: center
61+
62+
OnSIP on Your Cell Phone
63+
========================
64+
65+
In order to make and receive phone calls when you are not in front of your computer, you can use a softphone app on your cell phone in parallel of Odoo VoIP. This is useful for on-the-go calls, but also to make sure to hear incoming calls, or simply for convenience. Any SIP softphone will work.
66+
67+
On Android, OnSIP has been successfully tested with `Zoiper <https://play.google.com/store/apps/details?id=com.zoiper.android.app>`_. You will have to configure it as follows:
68+
69+
- **Account name**: OnSIP
70+
- **Hos 5F49 t**: the OnSIP 'Domain'
71+
- **Username**: the OnSIP 'Username'
72+
- **Password**: the OnSIP 'SIP Password'
73+
- **Authentication user**: the OnSIP 'Auth Username'
74+
- **Outbound proxy**: sip.onsip.com
75+
76+
.. warning::
77+
78+
The downside of using a softphone on your cell phone is that your calls will not be logged in Odoo as the softphone acts as an independent separate app.

0 commit comments

Comments
 (0)
0