Messages in JS
From Yate Documentation
(Difference between revisions)
(Created page with "YATE's Messages in JavaScript MessageQueue") |
|||
Line 1: | Line 1: | ||
− | YATE's Messages in JavaScript | + | 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. | ||
+ | |||
+ | YATE's Messages in JavaScript: | ||
[[MessageQueue]] | [[MessageQueue]] |
Revision as of 11:53, 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.
YATE's Messages in JavaScript: