Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.92 KB

File metadata and controls

36 lines (31 loc) · 1.92 KB

A javascript module for the Freeswitch based on quickjs.
Fast and functional alternative for mod_v8.

version 1.8

  • added new classes: chat, json-rpc (see: chat-test.js, json-rpc.js)
  • fixed some bugs

version 1.7

  • added configuration option 'use_std' for enabling functions from std/os modules
  • added 'import' function for laoding so/js modules (see examples/dyn_module)
  • added DBH class for interaction with freeswitch DBH
  • many changes in Session (speech detection, etc)
  • IVS class was removed
  • odbc was removed

version 1.6

Was an experimental version for testing some ideas

version 1.0

Quite old version, developed as a replacement for mod_spidermonkey (with capabilities to launch its scripts without changes)