User Tools

Site Tools


tutorials:ims:installation-howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:ims:installation-howto [2013/10/07 10:09]
carstenbock [Installation of Proxy-/Interrogating-/Serving-CSCF Binary packages]
tutorials:ims:installation-howto [2021/12/23 09: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 Squeeze and Wheezy (stable and oldstable). +This is a short installation howto for Debian Wheezy (stable). 
  
 This installation howto has been derived from here: http://uctimsclient.berlios.de/openimscore_on_ubuntu_howto.html This installation howto has been derived from here: http://uctimsclient.berlios.de/openimscore_on_ubuntu_howto.html
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 "/etc/nsswitch.conf" file according to 
 +[[https://askubuntu.com/questions/81797/nslookup-finds-ip-but-ping-doesnt|this question on SO.]]. After that modification you should be able to ping by DNS address.
 +
  
 ====== Installation of the Kamailio-IMS-Packages ====== ====== Installation of the Kamailio-IMS-Packages ======
Line 46: Line 56:
 Then add the repository to your "/etc/apt/sources.list": Then add the repository to your "/etc/apt/sources.list":
  
-  echo "deb http://repository.ng-voice.com squeeze ims rtpproxy" >> /etc/apt/sources.list+  echo "deb http://repository.ng-voice.com jessie ims rtpproxy" >> /etc/apt/sources.list
  
-(replace squeeze with wheezy for Debian7).+NOTE: 
 +  * The repository is 64 Bit only 
 +  * we do have packages for Debian 7, Debian 8 (jessie) and Ubuntu LTS (trusty) 
 +  * the packages are updated regularly from trunk
  
 And update the available packets: And update the available packets:
Line 112: Line 125:
  
 ===== Install the FHoSS-Packages ===== ===== Install the FHoSS-Packages =====
 +
 +Add our repository to your "/etc/apt/sources.list":
 +
 +  echo "deb http://repository.ng-voice.com wheezy fhoss" >> /etc/apt/sources.list
  
 Install the FHoSS from our repository: Install the FHoSS from our repository:
tutorials/ims/installation-howto.1381133393.txt.gz · Last modified: 2013/10/07 10:09 by carstenbock