Messages in JS
From Yate Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
From Javascript module (the same goes for external scripts) you can have access to all Yate's messages. | From Javascript module (the same goes for external scripts) you can have access to all Yate's messages. | ||
− | In order to | + | In order to receive a message you must install a handler. |
From Javascript you can start a MesageQueue in order to handle and organize messages in queues. | From Javascript you can start a MesageQueue in order to handle and organize messages in queues. |
Revision as of 11:18, 11 April 2013
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.
From Javascript you can start a MesageQueue in order to handle and organize messages in queues.
YATE's Messages in JavaScript |
The MessageQueues is a mechanism for organizing Yate's messages in different queues.
|
See also