Programmer's guide
Yate has 3 major API's to build applications on top of it: C API, Javascript and extmodule (you can use your favorite language like PHP, Python, Ruby, Lisp).
But all Yate API's are quite unified, so all Yate design pages, apply to all API's. Enjoy.
Contents |
About Yate design and implementation
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 YIAX library in Yate. Yate's implementation provides classes for mutual exclusion and locking.
|
Scripting languages supported by Yate
Javascript
Yate for programmers | |
Yate offers a embedded Javascript implementation.
|
PHP
Yate for programmers | |
The library used by PHP to comunicate with Yate.
|
Python
Yate for programmers | |
The library used by Python Module to comunicate with Yate.
|
Debugging
Yate for programmers | |
How to debug in Yate.
|
See also