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 08:56] – [Installation of Proxy-/Interrogating-/Serving-CSCF Binary packages] 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 66: | Line 79: | ||
For I-CSCF you will also need a database structure: | For I-CSCF you will also need a database structure: | ||
- | mysql -uroot -p < icscf.sql | + | |
(on the database server) | (on the database server) | ||
- | |||
===== Configuration of the network entities ===== | ===== Configuration of the network entities ===== | ||
Line 95: | 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. | ||
+ | |||
+ | ===== 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 101: | Line 117: | ||
deb http:// | deb http:// | ||
deb http:// | deb http:// | ||
+ | |||
+ | ===== 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: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | ===== 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.1377680219.txt.gz · Last modified: 2013/08/28 08:56 by carstenbock