Install and configure OpenIMSCore in Ubuntu9.04

Source: Internet
Author: User
I first heard that OpenIMSCore was held at a meeting in Mauritius. This project was sponsored by FraunhoferFOKUS from Germany. The supervisor was a German professor and he was also a keyspeaker at the meeting, he kept talking about this stuff at the meeting. I am not familiar with the telecom layer and do not know much about it. From the software level, I always think it is a platform similar to Asterisk and SIPExpressRouter (SER, it seems that OpenIMSCore is actually in

I first heard that OpenIMSCore was held at a meeting in Mauritius. This project was sponsored by Fraunhofer FOKUS from Germany. The supervisor was a German professor and he was also a key speaker of the meeting, he kept talking about this stuff at the conference. I am not familiar with the telecom layer and do not know much about it. From the software level, I always think it is similar to Asterisk, SIP Express Router (SER) on the same platform, I feel that OpenIMSCore actually adds a layer of multimedia to the SER, and the document/code is still in the Academic Stage and unreliable, so I have never paid much attention to it. I went to UCT several times and learned that they have a group dedicated to OpenIMSCore, which is also sponsored by Fraunhofer FOKUS. I sent a lot of paper to this project. The client of OpenIMSCore: uctclient was developed by them, later, I learned that the German professor in charge of OpenIMSCore is a visiting processing sor of UCT ~~

Recently, VPSee's connector sor has been interested in IMS. I hope I can take a look and see if I can integrate one of my projects with OpenIMSCore, I used the SIP/SIMPLE and backend Asterisk/OpenSER in my project. OpenIMSCore is also compatible with SIP and is also extended based on the SER. It should not be difficult to integrate with my project. In the eyes of VPSee, OpenIMSCore is an enhanced SER.

The following is the installation process on Ubuntu 9.04 Desktop. Other versions of Ubuntu should also work. To reduce the pain, we recommend that you install OpenIMSCore on Ubuntu. The configuration files/documents are all written for Ubuntu. UCT is a hardcore fans of Ubuntu. The founder of Ubuntu graduated from UCT.

Download and install

Download the source code on the official website. I was too lazy to install the configuration. I wanted to download a vmware image version and run it directly. The result is that the image is too large and there is an error in downloading it. Our group has a workshop in UCT, so we asked UCT guys for a hard copy when we passed by, but they didn't use the image version themselves.

mkdir /opt/OpenIMSCorecd /opt/OpenIMSCoremkdir ser_imssvn checkout http://svn.berlios.de/svnroot/repos/openimscore/ser_ims/trunk ser_imsmkdir FHoSSsvn checkout http://svn.berlios.de/svnroot/repos/openimscore/FHoSS/trunk FHoSS
Install necessary software packages
sudo apt-get install bison flex libxml2 libxml2-devsudo apt-get install mysql-server libmysqlclient15-devsudo apt-get install sun-java5-jdk ant
Compile
cd /opt/OpenIMSCorecd FHoSSant compile deploycd ..cd ser_imsmake install-libs allcd ..
Configuration
cd /opt/OpenIMSCoremysql -u root -p < FHoSS/scripts/hss_db.sqlmysql -u root -p < FHoSS/scripts/userdata.sqlmysql -u root -p < ser_ims/cfg/icscf.sql cp ser_ims/cfg/*.cfg .cp ser_ims/cfg/*.xml .cp ser_ims/cfg/*.sh .
Run
/opt/OpenIMSCore/pcscf.sh/opt/OpenIMSCore/icscf.sh/opt/OpenIMSCore/scscf.sh/opt/OpenIMSCore/FHoSS/deploy/startup.sh
 
This article from http://www.vpsee.com/2009/07/install-configure-openimscore/
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.