Messages in JS

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
You can have access to any message in Yate, but you have to install the specific handler.
+
In Yate, you can have access to any message. Only a handler must be installed.
  
For example for routing you need to ''call.route'' message handler installed.
+
For examplefor routing you need to ''call.route'' message handler installed.
  
 
In Javascript you have to install handler for ''MessageQueue'' message.
 
In Javascript you have to install handler for ''MessageQueue'' message.

Revision as of 14:02, 9 April 2013

In Yate, you can have access to any message. Only a handler must be installed.

For examplefor routing you need to call.route message handler installed.

In Javascript you have to install handler for MessageQueue message.

YATE's Messages in JavaScript
 
MessageQueue
The MessageQueues is used to create a mechanism for organizing YATE's messages in different queues


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers