An alternative javascript module for the Freeswitch based on quickjs.
This module uses in the SmartIVR with capabilities demo here.
- 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
Was an experimental version for testing some ideas
- added IVS class that helps to capture media streams and work with them
see: v16_echo.js (and other examples with v16_ prefix) - new features in the Curl class that allows to work in asynchronous mode
see: curl_async_test.js - new examples:
Quite old version, developed as a replacement for mod_spidermonkey (with capabilities to launch its scripts without changes)