Compiling Yate with H323plus support

From Yate Documentation
Revision as of 17:46, 10 October 2012 by Dana (Talk | contribs)

Jump to: navigation, search

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.0.0-1.tar.gz
  • cd yate
  • ./configure --with-openh323=/usr/local/
  • make && make install
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers