From 413a6c71a3f28c911addb439583fdad1c9a467c5 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 5 Aug 2014 13:53:38 +0300 Subject: [PATCH] Update quick-install.md --- doc/quick-install.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index a9e846a5e..5663be44e 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -2,6 +2,8 @@ This documents decribes the needed steps for quick Jitsi Meet installation on a Debian based GNU/Linux system. +N.B.: All commands are supposed to be run by root. If you are logged in as a regular user with sudo rights, please prepend ___sudo___ to each of the commands. + ## Basic Jitsi Meet install ### Add the repository @@ -52,3 +54,17 @@ Enjoy! ## Adding sip-gateway to Jitsi Meet +### Install Jigasi + +```sh +wget http://178.33.104.217/debs/jigasi/jigasi_1.0-1_amd64.deb +dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb +``` + +During the installation you'll be asked to enter the SIP account and password. + +### Reload Jitsi Meet + +Launch again a browser with the Jitsi Meet URL and you'll see a telephone icon on the right end of the toolbar. Use it to invite sip accounts to join the current conference. + +Enjoy!