-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathInstall.ubuntu
More file actions
38 lines (19 loc) · 919 Bytes
/
Install.ubuntu
File metadata and controls
38 lines (19 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
SIP SIMPLE SDK installation on Ubuntu
-------------------------------------
Home page: http://sipsimpleclient.org
This document describes the installation procedure on Ubuntu operating
systems from the official public repository maintained by AG Projects.
Configure Repository
--------------------
Install the AG Projects debian software signing key:
wget http://download.ag-projects.com/agp-debian-gpg.key
sudo apt-key add agp-debian-gpg.key
Add the repository to /etc/apt/sources.list (run commands as root):
echo "deb http://ag-projects.com/ubuntu `lsb_release -c -s` main" >> /etc/apt/sources.list
echo "deb-src http://ag-projects.com/ubuntu `lsb_release -c -s` main" >> /etc/apt/sources.list
Update the list of available packages:
sudo apt-get update
Install SIP SIMPLE client SDK:
sudo apt-get install python-sipsimple
Install the Command Line Clients:
sudo apt-get install sipclients