Messages in JS
From Yate Documentation
(Difference between revisions)
Line 3: | Line 3: | ||
In order to receive a message you must install a handler. | In order to receive a message you must install a handler. | ||
− | You can also | + | You can also create a custom MessageQueue. |
{|class="yate-table" | {|class="yate-table" |
Revision as of 11:22, 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.
You can also create a custom MessageQueue.
YATE's Messages in JavaScript |
The MessageQueues is a mechanism for organizing Yate's messages in different queues.
|
See also