UCT IMS Client

This client is designed to be used with the Fraunhofer FOKUS Open IMS Core.

it should be installed on ubuntu for easier and error free result.

UCT IMS Client offers a wide range of functionality.

we are adding a new functionality......SMS.

you may expect a new release of UCT IMS Client with SMS.

some guideline for installation UCT IMS Client 1.0.13 on ubuntu 8.04

add path repository at: /etc/apt/source.list

as:

deb http://mirrors.163.com/ubuntu/ intrepid main universe multiverse

and,

install all dependencies of matching version before compiling source code

it is also recommended that u install all the development packages also.

some required packages are ........

  1. apt-get install libosip2-3deb or libosip2-3.1.0-1.fc9.i386
  2. apt-get install libexosip2-dev or libeXosip2(fedora**)
  3. apt-get install libgtk2.0-dev
  4. apt-get install libxml2-dev
  5. apt-get install libcurl4-openssl-dev
  6. apt-get install libgstreamer0.10-0
  7. apt-get install libgstreamer-plugins-base0.10-dev
  8. apt-get install gstreamer0.10-plugins-base
  9. apt-get install gstreamer0.10-plugins-good
  10. apt-get install gstreamer0.10-plugins-bad
  11. apt-get install gstreamer0.10-plugins-ugly
  12. apt-get install gstreamer0.10-ffmpeg
  13. apt-get install libavcodec-unstripped-51
  14. apt-get install libvlc-dev
  15. apt-get install vlc

additionally if one can manage following packages .......

  1. install libosip2
  2. install libortp2
  3. install libortp2-dev
  4. install libasound2
  5. install libasound2-dev
  6. install libgtk2-0
  7. install libxml2
  8. install libcurl3
  9. install libcurl3-dev
  10. install libexosip2-dev or libeXosip2-devel(fedora**)

now the last steps

$make

and run as

./uctimsclient

UCT IMS Client Source Code Analysis(more)

Overview

It is an IMS user agent based on osip/eXsip library. The source code the document analyzes is uctimsclient1.0.6

Feature list:

– AKAv1 and AKAv2 registration

– Subscribe to reg event and watcher info event

– instant messaging

– DTMF tones via SIP INFO messages

– Presence support

– XCAP Presence Rules Support