Messages in JS
From Yate Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
You can have access to any message in Yate, but you have to install the specific handler. | You can have access to any message in Yate, but you have to install the specific handler. | ||
− | For example for routing you need to call.route message handler installed. | + | For example for routing you need to ''call.route'' message handler installed. |
+ | |||
+ | In Javascript you have to install handler for MessageQueue message. | ||
YATE's Messages in JavaScript: | YATE's Messages in JavaScript: | ||
[[MessageQueue]] | [[MessageQueue]] |
Revision as of 12:56, 9 April 2013
You can have access to any message in Yate, but you have to install the specific handler.
For example for routing you need to call.route message handler installed.
In Javascript you have to install handler for MessageQueue message.
YATE's Messages in JavaScript: