Products -> Yate 0.9.0
NOTE. Yate09 is not anymore the newest version, so please go at http://yate.null.ro/pmwiki/index.php?n=Main.Yate2 for the newest version.
Yate version 0.9.0 is a significant rewrite from the older version. We learned a lot and we want to benefit from all this knowledge.
The API has changed somewhat to support more complex forms of communication and to better reuse the code. This doesn't limit Yate's flexibility, just provides a set of classes to perform common operations required in most telephony like modules.
Another important change is support for the Windows platform and the Visual C++ 6 compiler. Some macros have been added and some object types have been encapsulated in C++ classes to hide differences between platforms.
Sangoma PRI cards will be supported under both Windows and Linux through the Wanpipe interface. Other cards using the Zaptel interface will just be supported under Linux only. Common PRI handling was moved to a separate library, so channels need only provide a Hardware Abstraction Layer to access messages and voice data.
To compile past failing modules please use make -k so it continues after errors.
If you receive errors with libpri and want to be able to install without it, use
./configure --without-libpri before make.
Download: Windows installer for binaries
http://yate.null.ro/tarballs/old/yate-0.9.0pre4-setup.exe
You will need the Windows version of the Gtk+ runtime library
http://prdownloads.sourceforge.net/gimp-win/gtk%2B-2.6.9-setup.zip?download
Download: binaries compiled for Mandrake Linux 10.0 (i586)
http://yate.null.ro/tarballs/old/yate-0.9.0-pre4.i586.rpm
http://yate.null.ro/tarballs/old/yate-client-0.9.0-pre4.i586.rpm
http://yate.null.ro/tarballs/old/yate-devel-0.9.0-pre4.i586.rpm
Download: sources as tarball
http://yate.null.ro/tarballs/old/yate-0.9.0pre4.tar.gz
Download: sources as RPM
http://yate.null.ro/tarballs/old/yate-0.9.0-pre4.src.rpm
Download for version 0.9 CVS
cvs -d :pserver:anonymous@voip.null.ro:/home/cvsroot/private login
Just hit Enter when it asks you about the password.
cvs -d :pserver:anonymous@voip.null.ro:/home/cvsroot/private checkout yate
Then ./autogen.sh and ./configure as usual.
To build on Windows you will also need prebuilt G711 conversion tables. You can download them from:
http://yate.null.ro/tarballs/yate-tables.zip
You will need to extract the files from the archive in the tables directory.
WebCVS is available here
Older and development versions are also available.