mod_quckjs

The first version was written to resolve the troubles which comes after mod_spidermokey was replaced to mod_v8.
This broke lots of scripts which were using it, and make me to search solution...
And QuickJS turned out to be the most suitable variant (quite fast, small and saves memory).

This is an open-source project and available on GitHUB


Basic features:


Built-in classes:


Examples:

Dialplan example:

        
<extension name="quickjs-test">
 <condition field="destination_number" expression="^(12345)$" >
  <action application="qjs" data="my-scrips.js arg1 arg2 argr3"/>
</condition>
</extension>
        
        


Documentations:

under development...