tutorials:ims:installation-howto
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:ims:installation-howto [2013/08/28 09:02] – [Installation of the FHoSS] carstenbock | tutorials:ims:installation-howto [2021/12/23 08:08] (current) – henningw | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Note: This document is now (2021) outdated, as the IMS packages have been integrated into the common Kamailio repository ** | ||
+ | |||
**Note: This document is work in progress and yet unfinished!** | **Note: This document is work in progress and yet unfinished!** | ||
- | This is a short installation howto for Debian | + | This is a short installation howto for Debian Wheezy (stable). |
This installation howto has been derived from here: http:// | This installation howto has been derived from here: http:// | ||
Line 35: | Line 37: | ||
ping pcscf.kamailio-ims.org | ping pcscf.kamailio-ims.org | ||
+ | | ||
+ | If you can not ping by DNS address, try: | ||
+ | |||
+ | host pcscf.kamailio-ims.org | ||
+ | |||
+ | If the DNS address resolved to IP address currectly. You may need to update your "/ | ||
+ | [[https:// | ||
+ | |||
====== Installation of the Kamailio-IMS-Packages ====== | ====== Installation of the Kamailio-IMS-Packages ====== | ||
Line 46: | Line 56: | ||
Then add the repository to your "/ | Then add the repository to your "/ | ||
- | echo "deb http:// | + | echo "deb http:// |
- | (replace squeeze with wheezy | + | NOTE: |
+ | * The repository is 64 Bit only | ||
+ | * we do have packages | ||
+ | * the packages are updated regularly from trunk | ||
And update the available packets: | And update the available packets: | ||
Line 57: | Line 70: | ||
Install the modules: | Install the modules: | ||
- | apt-get install kamailio kamailio-ims-modules kamailio-presence-modules kamailio-sqlite-modules kamailio-tls-modules kamailio-xml-modules kamailio-xmlrpc-modules | + | apt-get install kamailio kamailio-ims-modules kamailio-presence-modules kamailio-tls-modules kamailio-xml-modules kamailio-xmlrpc-modules |
If you want to have an RTP-Proxy/ | If you want to have an RTP-Proxy/ | ||
Line 94: | Line 107: | ||
* | * | ||
And voila: Your component is running! | And voila: Your component is running! | ||
- | ====== Installation of the FHoSS ====== | + | ====== Installation of the Fraunhofer HSS ====== |
The Fraunhofer HSS (FHoSS) requires the original Java from Oracle/Sun. Using OpenJDK won't work. | The Fraunhofer HSS (FHoSS) requires the original Java from Oracle/Sun. Using OpenJDK won't work. | ||
- | ==== Install Sun Java (on Lenny) ==== | + | ===== Install Sun Java (on Lenny) |
Note: You will need to add the “non-free” packages to your repository: | Note: You will need to add the “non-free” packages to your repository: | ||
Line 105: | Line 118: | ||
deb http:// | deb http:// | ||
- | ==== Install Oracle Java (on Squeeze) ==== | + | ===== Install Oracle Java (on Squeeze) |
Oracle Java is no longer available in the official repository. However, there are several ways to install Oracle Java, here is one possible way: | Oracle Java is no longer available in the official repository. However, there are several ways to install Oracle Java, here is one possible way: | ||
Line 111: | Line 124: | ||
* http:// | * http:// | ||
- | === Install the FHoSS === | + | ===== Install the FHoSS-Packages ===== |
+ | |||
+ | Add our repository to your "/ | ||
+ | |||
+ | echo "deb http:// | ||
Install the FHoSS from our repository: | Install the FHoSS from our repository: |
tutorials/ims/installation-howto.1377680575.txt.gz · Last modified: 2013/08/28 09:02 by carstenbock