Programmer's guide

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with " {| style="background:transparent;" | style="width:1000px; vertical-align:top; border:1px solid #aaa;" | ;Yate Design :Yate arhitecture and design. ;Messages : Compon...")
 
Line 1: Line 1:
 +
 +
The most important parts of Yate are described bellow and also some libraries used to communicate with Yate.<br>
 +
Messages are the main piese of Yate they are passed between modules.
  
 
{| style="background:transparent;"
 
{| style="background:transparent;"

Revision as of 15:36, 20 November 2012

The most important parts of Yate are described bellow and also some libraries used to communicate with Yate.
Messages are the main piese of Yate they are passed between modules.

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