SipInstallation

Version 64 (Adrian Georgescu, 09/17/2009 08:18 pm) → Version 65/212 (Adrian Georgescu, 11/12/2009 04:20 pm)

= Installation guide =

[[TOC(WikiStart, Sip*, depth=3)]]

== Supported platforms ==

Currently i386, amd64 and ppc architectures have been tested and are fully supported on the following operating systems:

* Linux
* MacOSX
* [wiki:InstallFreeBSD FreeBSD]

Porting to other operating systems (like Windows, Symbian and iPhone) is possible as the Python environment and PJSIP are supported by [http://www.pjsip.org/sip_media_features.htm#platforms these platforms].

== Debian package ==

For people running Debian 5.0 or Ubuntu 8.10 a debian package with the [wiki:SipProjectStatus last stable version] is available in the public repository provided by AG Projects. To install the debian package add these lines in /etc/apt/sources.list

{{{
# AG Projects software
deb http://ag-projects.com/debian unstable main
deb-src http://ag-projects.com/debian unstable main
}}}

Install the AG Projects debian software signing key:

{{{
wget http://download.ag-projects.com/agp-debian-gpg.key
apt-key add agp-debian-gpg.key
}}}

After that, run:

{{{
sudo apt-get update
sudo apt-get install python-sipsimple sipsimple-cli
}}}

== Tar archive ==

A tar archive with the current stable version is available at:

http://download.ag-projects.com/SipClient/

==
Development version ==

The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with:

{{{
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
}}}

To obtain the incremental changes after the initial get, go to the python-sipsimple directory and run:

{{{
cd python-sipsimple
darcs pull -a
}}}

== Building instructions ==

Building instructions for the corresponding platforms are available at:

* [source:docs/Install.linux Install.linux] - Debian/Ubuntu package or manual installation
* [source:docs/Install.osx Install.osx] - MacOSX 10.5 Leopard
* [wiki:SipUpgrade Upgrade guide]
* [wiki:SipUninstall Uninstall guide]