Mehic.info

Category Archives: Networks and telecommunications

Posts related to networks or telecommunications topic.

Install Webmin to CentOS 6.x

In this short tutorial I’m going to write a few lines required for correct installation of Webmin to CentOS 6.x. For more information about Webmin please visit : http://www.webmin.com/With your editor (vi, nano or similar) open yum repository file : vi /etc/yum.repos.d/webmin.repo and paste following code : [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 Go back […]

Read more

OpenIMSCore – Unresolvable Destination 478/TM error

Well, i was receiving an error when I was trying to register user “Alice” saying :  Unresolvable destination (478/TM) (for REGISTER) Solution is simple. I changed “/etc/bind/named.conf” file adding this files to top of the same file : include “/etc/bind/named.conf.options”; include “/etc/bind/named.conf.local”; include “/etc/bind/named.conf.default-zones”; include “/etc/bind/open-ims.dnszone”; Also I wrote an correct ip address of my […]

Read more

OpenIMSCore : Installation and Configuration Guide

Hi there, my current project (also and next few posts) will be on subject of IMS. For faculty research I must install and examine an I-CSCF part of IMS subsystem. So let’s go : The IP Multimedia Subsystem or IP Multimedia Core Network Subsystem (IMS) is an architectural framework for delivering Internet Protocol (IP) multimedia services. It was originally designed by the wireless standards body 3rd […]

Read more