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
Next revision Both sides next revision
tutorials:ims:installation-howto [2013/08/23 17:23]
carstenbock [Installation of the FHoSS]
tutorials:ims:installation-howto [2013/08/28 10:58]
carstenbock [Installation of Proxy-/Interrogating-/Serving-CSCF Binary packages]
Line 1: Line 1:
 **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 (old-stable). It should work as well with current stable, but that has not yet been tested.+This is a short installation howto for Debian Squeeze and Wheezy (stable and oldstable). 
  
 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 21: Line 21:
 Copy the open-ims-DNS file to the bind folder and add these lines to /etc/bind/named.conf.local: Copy the open-ims-DNS file to the bind folder and add these lines to /etc/bind/named.conf.local:
  
-  zone "open-ims.test" {+  zone "kamailio-ims.org" {
               type master;               type master;
-              file "/etc/bind/open-ims.dnszone";+              file "/etc/bind/kamailio-ims.org.dnszone";
   };   };
 +  
 +**You can find a very basic dnszone-file in "examples/ims_dnszone"-folder of the Kamailio repository**  
      
 //You will need to restart bind for these changes to take effect.// //You will need to restart bind for these changes to take effect.//
Line 32: Line 34:
 Check that this all works. Try a ping and see if you get a response: Check that this all works. Try a ping and see if you get a response:
  
-  ping pcscf.open-ims.test+  ping pcscf.kamailio-ims.org
  
 ====== Installation of the Kamailio-IMS-Packages ====== ====== Installation of the Kamailio-IMS-Packages ======
Line 50: Line 52:
 And update the available packets: And update the available packets:
  
- apt-get update +  apt-get update
 ===== Installation of Proxy-/Interrogating-/Serving-CSCF Binary packages ===== ===== Installation of Proxy-/Interrogating-/Serving-CSCF Binary packages =====
  
Line 58: Line 59:
   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-sqlite-modules kamailio-tls-modules kamailio-xml-modules kamailio-xmlrpc-modules
  
-If you want to have an RTP-Proxy/RTP-Relay, you find the "mediaproxy-ng" from sipwise in that repository as well,+If you want to have an RTP-Proxy/RTP-Relay, you find the "mediaproxy-ng" from [[http://www.sipwise.com|Sipwise]] in that repository as well,
  
  
Line 65: Line 66:
 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+  mysql -uroot -p < icscf.sql
 (on the database server) (on the database server)
- 
 ===== Configuration of the network entities ===== ===== Configuration of the network entities =====
  
tutorials/ims/installation-howto.txt · Last modified: 2021/12/23 09:08 by henningw