Programmer's guide

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
  
 
The most important parts of Yate are described bellow and also some libraries used to communicate with Yate.<br>
 
The most important parts of Yate are described bellow and also some libraries used to communicate with Yate.<br>
The purpose of Yate's design 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.
+
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.
  
 
{| style="background:transparent;"
 
{| style="background:transparent;"

Revision as of 16:52, 20 November 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 Design
Yate arhitecture and design.
Messages
Components of messages and how messages are processed by messages handlers.
All standard messages in Yate
Flow messages for a successful incoming call
Coding style
Rules for coding Yate
Yate C++ API
Documentation for Yate C++ API
Yate's PHP library
The library used by PHP to comunicate with Yate.
Test an existing PHP script on Windows.
YAYPM Yet Another Yate Python Module
The library used by Python Module to comunicate with Yate.
YIAX design
YIAX library in Yate.
Mutexes and locking
Debug Output
How to enable debug in Yate.
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers