Compiling Yate with H323plus support
From Yate Documentation
(Difference between revisions)
(Created page with " ===Download Yate and H323plus=== * wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 * wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz *...") |
(→Unzip and compile Yate) |
||
(10 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | <font color="red">Note!</font> Yate works with H323plus support but it is not stable. | ||
+ | |||
+ | It is recommended [[OpenH323]] library which is the stable version to use with Yate. | ||
===Download Yate and H323plus=== | ===Download Yate and H323plus=== | ||
+ | * cd /usr/src/ | ||
* wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 | * wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 | ||
* wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz | * wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz | ||
− | * wget http://yate.null.ro/tarballs/yate4/yate-4. | + | * wget http://yate.null.ro/tarballs/yate4/yate-4.2.0-2.tar.gz |
====Unzip and compile PTlib==== | ====Unzip and compile PTlib==== | ||
Line 24: | Line 28: | ||
====Unzip and compile Yate==== | ====Unzip and compile Yate==== | ||
− | * tar xvfz yate-4. | + | * tar xvfz yate-4.2.0-2.tar.gz |
* cd yate | * cd yate | ||
* ./configure --with-openh323=/usr/local/ | * ./configure --with-openh323=/usr/local/ | ||
* make && make install | * make && make install | ||
+ | |||
+ | Add manually /usr/local/lib to /etc/ld.so.conf and run ldconfig (as root). | ||
+ | |||
+ | [[Category:H323]] [[Category:H323plus]] [[Category:Install]] |
Latest revision as of 11:10, 4 November 2013
Note! Yate works with H323plus support but it is not stable.
It is recommended OpenH323 library which is the stable version to use with Yate.
Contents |
[edit] Download Yate and H323plus
- cd /usr/src/
- wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2
- wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz
- wget http://yate.null.ro/tarballs/yate4/yate-4.2.0-2.tar.gz
[edit] Unzip and compile PTlib
- tar xvfj ptlib-2.10.1.tar.bz2
- cd ptlib-2.10.1
- ./configure
- make && make install
- cd ..
[edit] Unzip and compile H323plus
- tar xvfz h323plus-v1_23_0.tar.gz
- cd h323plus
- ./configure
- make && make install
- cd ..
[edit] 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).