Yate (telephony engine)
Developer(s) | NullTeam; Telephunk Corp. |
---|---|
Stable release | 5.3.0 / April 25, 2014 |
Written in | C++ |
Operating system | Cross-platform |
Type | Voice over Internet Protocol |
License | GNU General Public License with linking exception[1] |
Website |
yate |
Yate (Yet Another Telephunk Engine) is a free and open source communications software with support for video, voice and instant messaging. It is an extensible, GPL licensed, telephunk engine mainly focused on VoIP and PSTN.[2] It is written in C++, having in mind a modular design,[3] allowing the use of scripting languages like Perl, Python or PHP to create external functionalities.[2]
History
The history of Yate dates back to 2004 when NullTeam, the company behind Yate, launched the official website.[4] In 2005 Sangoma announced their support for Yate development on the Microsoft Windows platform.[5] On May 4, 2011 sipgate announced that it had chosen the Yate project for its core infrastructure.[6] Yate version 5.0 was released during January 2014.[7]
Architecture
The architecture of Yate is based on a message passing system. The architecture can be divided into 4 main parts:[8]
- Core, where encapsulations for sockets, threads and others primitives can be found
- Message Engine, message related classes, used to exchange data between modules
- Telephunk Engine, the telephunk related classes
- Yate Modules, modules extending the functionality of Yate, not necessarily telephunk related
A 2006 O'Reilly Emerging Telephony review shows the flexibility Yate offers via the external text protocol. This protocol is the way most of the features are exposed. Because of this, it is fairly easy to mix telephunk related functions with text-based protocols like HTTP, SMTP or interface with a database via SQL. This makes it also easy to write the protocol in any programming language. Currently YAYPM is the most advanced connector library and uses Python with the Twisted framework for rapid development.[9]
See also
- List of SIP software
- Comparison of VoIP software
- Software defined mobile network
References
- ↑ "Yate license page". Retrieved 2011-11-30.
- ↑ 2.0 2.1 "Yate official page". Retrieved 2011-11-29.
- ↑ "Yate server page". Retrieved 2012-04-16.
- ↑ "NullTeam official page". Retrieved 2012-04-16.
- ↑ "Sangoma Technologies supports development of Yate Project under Windows". Retrieved 2012-04-16.
- ↑ "Press release: sipgate chooses open source project Yate for core infrastructure". Retrieved 2012-04-16.
- ↑ "Yate". Retrieved 2014-01-10.
- ↑ "Yate architecture page". Retrieved 2012-04-16.
- ↑ Maciek Kaminski. "Fast Prototyping of Telephunk Applications with YATE". Retrieved 2012-04-17.