Javascript
From Yate Documentation
(Difference between revisions)
Line 18: | Line 18: | ||
<div class="yate-page-desc">Accessing the database from javascript module.</div> | <div class="yate-page-desc">Accessing the database from javascript module.</div> | ||
|} | |} | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[Routing]] |
Revision as of 14:11, 19 March 2013
Here is information about how to use the embedded Javascript implementation to change the behavior of Yate.
Information about the language | Configuration examples |
Language extensions for including other files and libraries.
Object construction and prototypal inheritance in Javascript.
Configuring Javascript module to use routing scripts.
|
Routing rules written in a script using Yate's Javascript module.
Accessing the database from javascript module.
|
See also