Programmer's guide
From Yate Documentation
(Difference between revisions)
Line 13: | Line 13: | ||
:: All standard messages in Yate | :: All standard messages in Yate | ||
:* [[Message Flows]] | :* [[Message Flows]] | ||
− | :: Flow messages for | + | :: Flow messages for an incoming call. |
;[[Coding style]] | ;[[Coding style]] | ||
: Rules for coding Yate | : Rules for coding Yate |
Revision as of 13:32, 23 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.
|