|
@@ -34,16 +34,6 @@ wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key
|
34
|
34
|
apt-get update
|
35
|
35
|
```
|
36
|
36
|
|
37
|
|
-### Install all in one run
|
38
|
|
-
|
39
|
|
-```sh
|
40
|
|
-apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi
|
41
|
|
-```
|
42
|
|
-
|
43
|
|
-If you install that way, you are ready to use Jitsi Meet with SIP gateway.
|
44
|
|
-
|
45
|
|
-You can also install the components one by one, as described below.
|
46
|
|
-
|
47
|
37
|
### Install Jitsi Meet
|
48
|
38
|
|
49
|
39
|
```sh
|
|
@@ -77,6 +67,8 @@ wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
|
77
|
67
|
dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb
|
78
|
68
|
```
|
79
|
69
|
|
|
70
|
+You need to pass "--force-overwrite" option to dpkg, because the jigasi package patches some of the files in the jitsi-meet package in order to enable the SIP support in Jitsi Meet.
|
|
71
|
+
|
80
|
72
|
During the installation you'll be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
|
81
|
73
|
|
82
|
74
|
### Reload Jitsi Meet
|