Programmer's guide
Line 29: | Line 29: | ||
<div class="bullet"> </div><font class="yate-page-title">[[YAYPM|YAYPM Yet Another Yate Python Module]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[YAYPM|YAYPM Yet Another Yate Python Module]]</font><br/> | ||
<div class="yate-page-desc">The library used by Python Module to comunicate with Yate.</div> | <div class="yate-page-desc">The library used by Python Module to comunicate with Yate.</div> | ||
− | <div class="bullet"> </div><font class="yate-page-title">[[YAYPM_Installation_on_windows|Using YAYPM on windows]]</font><br/> | + | <div class="yate-page-subtitle"><div class="bullet"> </div><font class="yate-page-title">[[YAYPM_Installation_on_windows|Using YAYPM on windows]]</font><br/></div> |
<div class="bullet"> </div><font class="yate-page-title">[[YIAX design]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[YIAX design]]</font><br/> | ||
<div class="yate-page-desc">YIAX library in Yate.</div> | <div class="yate-page-desc">YIAX library in Yate.</div> | ||
<div class="bullet"> </div><font class="yate-page-title">[[Mutexes and locking]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[Mutexes and locking]]</font><br/> | ||
− | <div class="bullet"> </div><font class="yate-page-title">[[Locking Issues]]</font><br/> | + | <div class="yate-page-subtitle"><div class="bullet"> </div><font class="yate-page-title">[[Locking Issues]]</font><br/> |
− | <div class="bullet"> </div><font class="yate-page-title">[[Important Mutexes]]</font>< | + | <div class="bullet"> </div><font class="yate-page-title">[[Important Mutexes]]</font></div> |
<div class="bullet"> </div><font class="yate-page-title">[[Debug Output]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[Debug Output]]</font><br/> | ||
<div class="yate-page-desc">How to enable debug in Yate.</div> | <div class="yate-page-desc">How to enable debug in Yate.</div> | ||
|} | |} |
Revision as of 13:35, 7 December 2012
The most important parts of Yate are described bellow and also some libraries used to communicate with Yate.
The purpose of Yate is to provide an extensible telephony engine. Holding the base code as simple as possible and adding functionality as needed allows one to find the best balance between desired functionality, performance and stability.
Yate is a next-generation telephony engine; while currently focused on Voice over Internet Protocol (VoIP), its power lies in its ability to be easily extended. Voice, video, data and instant messaging can all be unified under Yate's flexible routing engine, maximizing infrastructure and communications in business.
The software is written in C++ and supports scripting in various programming languages like PHP, Python and Javascript.
Yate for programmers |
Yate arhitecture and design.
Components of messages and how messages are processed by messages handlers.
Rules for coding Yate
Documentation for Yate C++ API
The library used by PHP to comunicate with Yate.
Test an existing PHP script on Windows.
The library used by Python Module to comunicate with Yate.
YIAX library in Yate.
How to enable debug in Yate.
|