Compiling Yate with H323plus support

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
Yate works with H323plus support but it is not a stable, it is recommended to use [[OpenH323]] library which is the stable version to use with Yate.
  
 
===Download Yate and H323plus===
 
===Download Yate and H323plus===

Revision as of 19:12, 17 December 2012

Yate works with H323plus support but it is not a stable, it is recommended to use OpenH323 library which is the stable version to use with Yate.

Contents

Download Yate and H323plus

Unzip and compile PTlib

  • tar xvfj ptlib-2.10.1.tar.bz2
  • cd ptlib-2.10.1
  • ./configure
  • make && make install
  • cd ..

Unzip and compile H323plus

  • tar xvfz h323plus-v1_23_0.tar.gz
  • cd h323plus
  • ./configure
  • make && make install
  • cd ..

Unzip and compile Yate

  • tar xvfz yate-4.2.0-2.tar.gz
  • cd yate
  • ./configure --with-openh323=/usr/local/
  • make && make install

Add manually /usr/local/lib to /etc/ld.so.conf and run ldconfig (as root).

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers