Messages in JS

From Yate Documentation
Revision as of 16:34, 12 April 2013 by Dana (Talk | contribs)

Jump to: navigation, search

From Javascript module (the same goes for external scripts) you can have access to all Yate's messages.

In order to receive a message you must install a handler.

You can also create a custom MessageQueue to avoid usage of internal Yate's message queue, if you need to handle a specific message that takes too long to be processed by Yate.

YATE's Messages in JavaScript
 
MessageQueue
The MessageQueue is a mechanism for organizing Yate's messages in different queues.


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers