Yate (telephony engine)
Developer(s) | NullTeam; |
---|---|
Stable release | 6.4.0[1]
/ 2 August 2021 |
Written in | C++ |
Operating system | Cross-platform |
Type | Voice over Internet Protocol |
License | GPL-2.0-only with linking exception[2] |
Website | yate |
Yate (Yet Another Telephony Engine) is free and open source communications software with support for video, voice and instant messaging. It is an extensible PBX under the GPL-2.0-only license.[3] It is written in C++ with a modular design,[4] allowing the use of scripting languages like Perl, Python and PHP to create external functionality.[3]
History[]
This section needs expansion. You can help by . (May 2015) |
In 2004, NullTeam, the company behind Yate, launched the official website.[5] In 2005 Sangoma announced their support for Yate development on the Microsoft Windows platform.[6] On May 4, 2011 sipgate announced that it had chosen the Yate project for its core infrastructure.[7] Yate version 5.0 was released in January 2014.[8]
Architecture[]
This section may require cleanup to meet Wikipedia's quality standards. The specific problem is: "Explain in more detail, poor grammar/flow, not very readable." (May 2015) |
Yate's architecture is based on a message passing system. The architecture can be divided into 4 main parts:[9]
- Core, where encapsulations for sockets, threads and other primitives can be found.
- Message Engine, message-related classes, used to exchange data between modules.
- Telephony Engine, telephony-related classes.
- Yate Modules, modules extending the functionality of Yate, not necessarily telephony-related.
A 2006 O'Reilly Emerging Telephony review shows that Yate offers flexibility via the external text protocol. This protocol allows the majority of features to be exposed. Because of this, it is fairly easy to mix telephony-related functions with text-based protocols like HTTP, SMTP or an interface with a database via SQL. Therefore, the protocol is easy to write in any programming language.
Currently YAYPM is the most advanced connector library and uses Python with the Twisted framework for rapid development.[10]
See also[]
- List of SIP software
- Comparison of VoIP software
- Software defined mobile network
References[]
- ^ http://yate.null.ro/websvn/listing.php?repname=yate&path=%2Ftags%2FRELEASE_6_4_0%2F#path_tags_RELEASE_6_4_0_.
- ^ "Yate license page". Retrieved 2021-08-23.
- ^ a b "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 Telephony Applications with YATE". Retrieved 2012-04-17.
External links[]
- VoIP software
- Free VoIP software
- Software that was ported from GTK to Qt